изменение умолчаний для контролов таблиц
This commit is contained in:
@@ -56,7 +56,7 @@ public class CheckAccount extends Pass<Boolean> {
|
||||
protected void showDone() throws Exception {
|
||||
if (Global.mainModule.getUI().getMainWindow() != null) {
|
||||
Global.mainModule.getUI().getMainWindow().getCallbackWindow().ShowAccount();
|
||||
if (Global.componentsServer.db.bugReports.getUI().getCurrent()!=null)
|
||||
if (Global.componentsServer.db.bugReports.getUI().getCurrent() != null)
|
||||
Global.mainModule.getUI().getMainWindow().getCallbackWindow().ShowCurrentBugReport();
|
||||
}
|
||||
if (Global.mainModule.getAccount().isAdmin())
|
||||
|
||||
Reference in New Issue
Block a user