проход для массового удаления объектов в сервера.

массовое удаление групп.
This commit is contained in:
2023-12-06 01:50:11 +03:00
parent 2b52763c02
commit 2a209bc94e
8 changed files with 127 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ public class ComponentsServer extends RepositoryServer<BugReportsDatabase> {
return 7995;
}
@Override
public void DeleteAction(DBObject object) throws Exception {
public void afterDeleteAction(DBObject object) throws Exception {
if (object instanceof BugReport) {
BugReport bugReport = (BugReport) object;
if (!bugReport.project_version.isEmpty())