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->processId = $aRows['PRO_UID'];
|
||||||
$result->processName = $processName;
|
$result->processName = $processName;
|
||||||
$result->createDate = $aRows['CREATE_DATE'];
|
$result->createDate = $aRows['CREATE_DATE'];
|
||||||
|
$result->updateDate = $aRows['UPDATE_DATE'];
|
||||||
|
|
||||||
//now fill the array of AppDelegationPeer
|
//now fill the array of AppDelegationPeer
|
||||||
$oCriteria = new Criteria('workflow');
|
$oCriteria = new Criteria('workflow');
|
||||||
|
|||||||
@@ -476,6 +476,7 @@
|
|||||||
<xs:element name="processId" minOccurs="0" type="xs:string"/>
|
<xs:element name="processId" minOccurs="0" type="xs:string"/>
|
||||||
<xs:element name="processName" minOccurs="0" type="xs:string"/>
|
<xs:element name="processName" minOccurs="0" type="xs:string"/>
|
||||||
<xs:element name="createDate" minOccurs="0" type="xs:string"/>
|
<xs:element name="createDate" minOccurs="0" type="xs:string"/>
|
||||||
|
<xs:element name="updateDate" minOccurs="0" type="xs:string"/>
|
||||||
<xs:element name="currentUsers" minOccurs="0" maxOccurs="unbounded" type="xs0:getCaseInfoStruct"/>
|
<xs:element name="currentUsers" minOccurs="0" maxOccurs="unbounded" type="xs0:getCaseInfoStruct"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|||||||
Reference in New Issue
Block a user