no message
This commit is contained in:
@@ -3,7 +3,7 @@ import Common.CurrentAnchestor;
|
||||
import Common.Database.Objects.DBObject;
|
||||
import Common.Database.Tables.DBTable;
|
||||
import Common.Database.Database;
|
||||
import Common_old.UI.UI;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common_old.UI.VisualCache.VisualCaches;
|
||||
import Repository.RepositoryServer;
|
||||
import Repository.Server.ServerCode;
|
||||
@@ -37,7 +37,7 @@ public class DeleteServerObjects <S extends RepositoryServer, D extends DBObject
|
||||
DBTable table =getDb().tables.get(d);
|
||||
if (table.getCheckedCount()>0) {
|
||||
target = table.getCheckedKeys();
|
||||
return UI.Warning(table.getCheckedCount()+" объектов будет удален(о).");
|
||||
return CommonUI.Warning(table.getCheckedCount()+" объектов будет удален(о).");
|
||||
}
|
||||
else {
|
||||
if (CurrentAnchestor.Check(Log, table.CurrentName())){
|
||||
|
||||
Reference in New Issue
Block a user