Commit 6c9415e9 authored by Jérome Perrin's avatar Jérome Perrin

This script can have a proxy role. If you can pass the transition, you should...

This script can have a proxy role. If you can pass the transition, you should not be unauthorized later

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24685 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8c02db8
......@@ -65,7 +65,15 @@ delivery.activate().updateCausalityState()\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>state_change,**kw</string> </value>
<value> <string>state_change, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
......
471
\ No newline at end of file
472
\ No newline at end of file
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