Merged in bugfix/HOR-3290 (pull request #5697)

HOR-3290

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2017-06-01 18:27:13 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 46 additions and 36 deletions

View File

@@ -2447,7 +2447,7 @@ class wsBase
}
$res = $result->getPayloadArray();
//Now fill the array of AppDelegationPeer
$oCriteria = new Criteria( 'workflow' );
$oCriteria->addSelectColumn( AppDelegationPeer::DEL_INDEX );
@@ -2486,7 +2486,7 @@ class wsBase
}
//Execute events
$eventPro = $_SESSION["PROCESS"];
$eventPro = $appFields['PRO_UID'];
$eventApp = $caseId;
$eventInd = $aAppDel['DEL_INDEX'];
$eventTas = $aAppDel['TAS_UID'];