no message

This commit is contained in:
2025-02-14 02:17:56 +03:00
parent a86a5b1e6b
commit 209bb2455d
11 changed files with 29 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ import Common.Database.Objects.riDBObject;
import Common.Database.Tables.DBTable;
import _VisualDVM.Global;
import _VisualDVM.Repository.RepositoryServer;
import _VisualDVM.Repository.Server.SafeServerExchangeUnit;
import _VisualDVM.Repository.Server.ServerCode;
import _VisualDVM.Repository.Server.ServerExchangeUnit_2021;
import _VisualDVM.ServerObjectsCache.VisualCaches;
@@ -79,7 +80,7 @@ public class DeleteServerObjects<S extends RepositoryServer, D extends DBObject>
}
@Override
protected void ServerAction() throws Exception {
Command(new ServerExchangeUnit_2021(ServerCode.DeleteObjectsByPK, getEmail(), new Pair<>(d, target)));
Command(new SafeServerExchangeUnit(ServerCode.DeleteObjectsByPK, getEmail(), new Pair<>(d, target)));
}
@Override
protected void performFinish() throws Exception {