вывод диалоговых форм для объектов в отдельный класс

This commit is contained in:
2024-10-22 16:44:13 +03:00
parent 38b2896e4a
commit a60fd375d0
66 changed files with 840 additions and 792 deletions

View File

@@ -20,7 +20,7 @@ public class AddSubscriber extends ComponentsRepositoryPass<Subscriber> {
return fillObjectFields();
}
protected boolean fillObjectFields() throws Exception {
return server.db.subscribers.ShowAddObjectDialog(target);
return server.db.subscribers.getUI().ShowAddObjectDialog(target);
}
@Override
protected void ServerAction() throws Exception {