Commit 9d631e99 authored by Bartek Górny's avatar Bartek Górny

fixed portal type argument on worklist's url (thx Luke)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11730 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7d5769b
......@@ -36,7 +36,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
document_module?simulation_state=submitted&local_roles=%(local_roles)s&reset=1&portal_type:list=Text;Spreadsheet;Presentation;Drawing;PDF;File;Image;
document_module?simulation_state=submitted&local_roles=%(local_roles)s&reset=1&portal_type=Text&portal_type=Spreadsheet&portal_type=Presentation&portal_type=Drawing&portal_type=PDF&portal_type=File&portal_type=Image
]]></string> </value>
</item>
......@@ -113,7 +113,6 @@ document_module?simulation_state=submitted&local_roles=%(local_roles)s&reset=1&p
<string>PDF</string>
<string>File</string>
<string>Image</string>
<string></string>
</tuple>
</value>
</item>
......
402
\ No newline at end of file
404
\ 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