Commit b8f9ca1a authored by Romain Courteaud's avatar Romain Courteaud

Add portal_type parameter to worklist URL, in order to filter only with chained portal types.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24827 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1e5e65e7
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
accounting_module/view?reset:int=1&local_roles=Owner&simulation_state=draft
accounting_module/view?reset:int=1&local_roles=Owner&simulation_state=draft&portal_type=%(portal_type)s
]]></string> </value>
</item>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
accounting_module/view?reset:int=1&local_roles=Assignee&simulation_state:list=planned&simulation_state:list=confirmed
accounting_module/view?reset:int=1&local_roles=Assignee&simulation_state:list=planned&simulation_state:list=confirmed&portal_type=%(portal_type)s
]]></string> </value>
</item>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
accounting_module/view?reset:int=1&local_roles=Assignee&simulation_state=started
accounting_module/view?reset:int=1&local_roles=Assignee&simulation_state=started&portal_type=%(portal_type)s
]]></string> </value>
</item>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
accounting_module/view?reset:int=1&local_roles=Assignor&simulation_state=stopped
accounting_module/view?reset:int=1&local_roles=Assignor&simulation_state=stopped&portal_type=%(portal_type)s
]]></string> </value>
</item>
......
822
\ No newline at end of file
824
\ 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