Add the appropriate "type" to the parameters passed to the actions on transitions.

SVN:trunk[3454]
This commit is contained in:
Denis Flaven
2014-12-05 11:02:32 +00:00
parent 30af416394
commit aa97703b64
6 changed files with 99 additions and 99 deletions

View File

@@ -281,13 +281,13 @@
<action>
<verb>SetCurrentDate</verb>
<params>
<param xsi:type="string">approval_date</param>
<param xsi:type="attcode">approval_date</param>
</params>
</action>
<action>
<verb>Reset</verb>
<params>
<param xsi:type="string">reject_reason</param>
<param xsi:type="attcode">reject_reason</param>
</params>
</action>
</actions>
@@ -415,7 +415,7 @@
<action>
<verb>SetCurrentDate</verb>
<params>
<param xsi:type="string">close_date</param>
<param xsi:type="attcode">close_date</param>
</params>
</action>
</actions>