проход для массового удаления объектов в сервера.
массовое удаление групп.
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -33,6 +33,7 @@ public enum ServerCode {
|
||||
GetObjectCopyByPK,
|
||||
GetObjectsCopiesByPK,
|
||||
DeleteObjects,
|
||||
DeleteObjectsByPK,
|
||||
CheckObjectExistense, //
|
||||
//--
|
||||
EditAccountObject,
|
||||
|
||||
Reference in New Issue
Block a user