PMCORE-3639
This commit is contained in:
@@ -408,6 +408,7 @@ class Bpmn extends Handler
|
||||
$project->delete();
|
||||
}
|
||||
|
||||
if (!$force) {
|
||||
$process = new Processes();
|
||||
$repTable = $process->getReportTables($this->getUid());
|
||||
$rows = [];
|
||||
@@ -420,6 +421,7 @@ class Bpmn extends Handler
|
||||
$repTable = new pmTablesProxy();
|
||||
$repTable->delete($httpData);
|
||||
}
|
||||
}
|
||||
|
||||
self::log("Remove Project Success!");
|
||||
}
|
||||
@@ -1689,5 +1691,4 @@ class Bpmn extends Handler
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user