mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Add the appropriate "type" to the parameters passed to the actions on transitions.
SVN:trunk[3454]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user