Commit e3c50f21 authored by Jérome Perrin's avatar Jérome Perrin

I forgot to commit the proxy role on Assignment_setStopDate in r21172 (Assignment Workflow:

* give Modify portal content to Manager role in closed state
* call Assignment_setStopDate in after script of close transition, and add a Manager proxy role to this script.)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21187 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 533e8d03
......@@ -92,6 +92,14 @@ if assignment.getStopDate() is None or assignment.getStopDate() > current_date:\
<key> <string>_params</string> </key>
<value> <string>state_change</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
309
\ No newline at end of file
310
\ 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