PM-2685: error al importar BPMN con casos

This commit is contained in:
Paula V. Quispe
2015-05-08 21:32:56 -04:00
parent 11509510f6
commit 0dfab586e3

View File

@@ -1038,9 +1038,9 @@ class BpmnWorkflow extends Project\Bpmn
} }
} }
public function remove() public function remove($force = false)
{ {
parent::remove(); parent::remove($force);
$this->wp->remove(); $this->wp->remove();
} }