Merged in bugfix/PMCORE-3611 (pull request #8332)
PMCORE-3611 Create a Process does not work. Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -87,9 +87,15 @@ class WorkflowBpmn extends Project\Workflow
|
||||
return parent::getList($start, $limit, $filter, $changeCaseTo);
|
||||
}
|
||||
|
||||
public function remove($flagRemoveCases = true, $onlyDiagram = false)
|
||||
/**
|
||||
* Remove project bpmn.
|
||||
* @param bool $flagRemoveCases
|
||||
* @param bool $onlyDiagram
|
||||
* @param array $objectsToImport
|
||||
*/
|
||||
public function remove($flagRemoveCases = true, $onlyDiagram = false, $objectsToImport = [])
|
||||
{
|
||||
parent::remove($flagRemoveCases, $onlyDiagram);
|
||||
parent::remove($flagRemoveCases, $onlyDiagram, $objectsToImport);
|
||||
$this->bp->remove();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user