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 @@ ...@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[ <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> ]]></string> </value>
</item> </item>
...@@ -51,11 +51,8 @@ account_module/view?validation_state=draft&reset:int=1 ...@@ -51,11 +51,8 @@ account_module/view?validation_state=draft&reset:int=1
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Guard" module="Products.DCWorkflow.Guard"/>
<string>Products.DCWorkflow.Guard</string> <tuple/>
<string>Guard</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -75,17 +72,14 @@ account_module/view?validation_state=draft&reset:int=1 ...@@ -75,17 +72,14 @@ account_module/view?validation_state=draft&reset:int=1
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PersistentMapping" module="Persistence.mapping"/>
<string>Persistence</string> <tuple/>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_container</string> </key> <key> <string>data</string> </key>
<value> <value>
<dictionary> <dictionary>
<item> <item>
......
812 814
\ No newline at end of file \ 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