Merged in cochalo/processmaker/PM-2333 (pull request #1934)
PM-2333 Al adicionar una activity ya creado a un lane duplica el mismo
This commit is contained in:
@@ -1384,10 +1384,6 @@ class BpmnWorkflow extends Project\Bpmn
|
||||
|
||||
$activity = $bwp->getActivity($activityData["ACT_UID"]);
|
||||
|
||||
if ($activity["BOU_CONTAINER"] != $activityData["BOU_CONTAINER"]) {
|
||||
$activity = null;
|
||||
}
|
||||
|
||||
if ($forceInsert || is_null($activity)) {
|
||||
if ($generateUid) {
|
||||
//Generate and update UID
|
||||
|
||||
Reference in New Issue
Block a user