no message

This commit is contained in:
2024-10-17 20:44:11 +03:00
parent 7b56eae371
commit debc1a6cae
9 changed files with 42 additions and 27 deletions

View File

@@ -41,7 +41,7 @@ public class UpdateSelectedComponents extends Pass<Vector<Component>> {
@Override
protected void body() throws Exception {
for (Component component : target) {
Global.Components.ui_.Select(component.getPK());
Global.Components.getUI().Select(component.getPK());
Global.mainModule.getPass(PassCode.UpdateComponent).Do();
}
}