Commit ef47e513 authored by Romain Courteaud's avatar Romain Courteaud

Pass local_roles parameter to worklist URL

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24719 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd0a5652
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
account_module/view?validation_state=draft&reset:int=1
account_module/view?validation_state=draft&local_roles:list=Assignor&local_roles:list=Assignee&reset:int=1
]]></string> </value>
</item>
......@@ -51,11 +51,8 @@ account_module/view?validation_state=draft&reset:int=1
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.Guard</string>
<string>Guard</string>
</tuple>
<none/>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -75,17 +72,14 @@ account_module/view?validation_state=draft&reset:int=1
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
......
812
\ No newline at end of file
814
\ 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