Do not upgrade usr_uid to guest when the process is updated.
It will be modified from any other place (webentry UI dialog, endpoint)
This commit is contained in:
davidcallizaya
2017-10-10 11:38:28 -04:00
parent 2a81bba175
commit 951de45cc5
2 changed files with 6 additions and 3 deletions

View File

@@ -2086,7 +2086,8 @@ class BpmnWorkflow extends Project\Bpmn
$arrayResult = $webEntryEvent->update(
$arrayWebEntryEventData['WEE_UID'],
$bpmnProject->getPrjAuthor(),
(!is_null($arrayData))? $arrayData : $arrayWebEntryEventData
(!is_null($arrayData))? $arrayData : $arrayWebEntryEventData,
false
);
}
}