вывод диалоговых форм для объектов в отдельный класс
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user