Commit 2f23cd2f authored by Nicolas Dumazet's avatar Nicolas Dumazet

add Manager Proxy role to workflow script, and fix category target


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37311 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28c80581
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
\n \n
resource = movement.getResourceValue()\n resource = movement.getResourceValue()\n
if resource is not None:\n if resource is not None:\n
movement.setBaseContributionList(resource.getBaseContributionList())\n movement.setQuantityUnitList(resource.getQuantityUnitList())\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -70,6 +70,14 @@ if resource is not None:\n ...@@ -70,6 +70,14 @@ if resource is not None:\n
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>state_change</string> </value> <value> <string>state_change</string> </value>
</item> </item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
<value> <value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment