HOR-1986
HOR-1986
This commit is contained in:
@@ -1118,6 +1118,9 @@ class Derivation
|
|||||||
throw new Exception(G::LoadTranslation('ID_NO_USERS'));
|
throw new Exception(G::LoadTranslation('ID_NO_USERS'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$arrayTaskNextDelNextDel['NEXT_TASK']['USER_ASSIGNED']['USR_UID'] = '';
|
||||||
|
break;
|
||||||
|
case 'MULTIPLE_INSTANCE_VALUE_BASED':
|
||||||
$arrayTaskNextDelNextDel['NEXT_TASK']['USER_ASSIGNED']['USR_UID'] = '';
|
$arrayTaskNextDelNextDel['NEXT_TASK']['USER_ASSIGNED']['USR_UID'] = '';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
@@ -1261,8 +1264,9 @@ class Derivation
|
|||||||
$taskUidDest = $taskNextDel->getTasUid();
|
$taskUidDest = $taskNextDel->getTasUid();
|
||||||
|
|
||||||
if (array_key_exists($taskUidOrigin . '/' . $taskUidDest, $arrayRoutingData)) {
|
if (array_key_exists($taskUidOrigin . '/' . $taskUidDest, $arrayRoutingData)) {
|
||||||
$nextDel['USR_UID'] = $arrayRoutingData[$taskUidOrigin . '/' . $taskUidDest]['USR_UID'];
|
if(isset($arrayRoutingData[$taskUidOrigin . '/' . $taskUidDest]['USR_UID'])){
|
||||||
|
$nextDel['USR_UID'] = $arrayRoutingData[$taskUidOrigin . '/' . $taskUidDest]['USR_UID'];
|
||||||
|
}
|
||||||
unset($arrayRoutingData[$taskUidOrigin . '/' . $taskUidDest]);
|
unset($arrayRoutingData[$taskUidOrigin . '/' . $taskUidDest]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user