перенос проходов в центральный модуль
This commit is contained in:
@@ -42,7 +42,7 @@ public class UpdateSelectedComponents extends Pass<Vector<Component>> {
|
||||
protected void body() throws Exception {
|
||||
for (Component component : target) {
|
||||
Global.Components.ui_.Select(component.getPK());
|
||||
passes.get(PassCode.UpdateComponent).Do();
|
||||
Global.mainModule.getPass(PassCode.UpdateComponent).Do();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user