BUG 4094 More case information needed from getCaseInfo SOLVED
- Added the variable updateDate to the response
This commit is contained in:
@@ -864,6 +864,7 @@ class wsBase
|
||||
$result->processId = $aRows['PRO_UID'];
|
||||
$result->processName = $processName;
|
||||
$result->createDate = $aRows['CREATE_DATE'];
|
||||
$result->updateDate = $aRows['UPDATE_DATE'];
|
||||
|
||||
//now fill the array of AppDelegationPeer
|
||||
$oCriteria = new Criteria('workflow');
|
||||
|
||||
Reference in New Issue
Block a user