HOR-3290
This commit is contained in:
@@ -2447,7 +2447,7 @@ class wsBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
$res = $result->getPayloadArray();
|
$res = $result->getPayloadArray();
|
||||||
|
|
||||||
//Now fill the array of AppDelegationPeer
|
//Now fill the array of AppDelegationPeer
|
||||||
$oCriteria = new Criteria( 'workflow' );
|
$oCriteria = new Criteria( 'workflow' );
|
||||||
$oCriteria->addSelectColumn( AppDelegationPeer::DEL_INDEX );
|
$oCriteria->addSelectColumn( AppDelegationPeer::DEL_INDEX );
|
||||||
@@ -2486,7 +2486,7 @@ class wsBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Execute events
|
//Execute events
|
||||||
$eventPro = $_SESSION["PROCESS"];
|
$eventPro = $appFields['PRO_UID'];
|
||||||
$eventApp = $caseId;
|
$eventApp = $caseId;
|
||||||
$eventInd = $aAppDel['DEL_INDEX'];
|
$eventInd = $aAppDel['DEL_INDEX'];
|
||||||
$eventTas = $aAppDel['TAS_UID'];
|
$eventTas = $aAppDel['TAS_UID'];
|
||||||
|
|||||||
Reference in New Issue
Block a user