no message

This commit is contained in:
2024-10-08 22:33:49 +03:00
parent 90546fc62e
commit e0974fe4a8
246 changed files with 1170 additions and 849 deletions

View File

@@ -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())){