Commit ba5076b5 authored by Aurel's avatar Aurel

update worklist to use the right portal type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7003 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b1c47984
......@@ -30,19 +30,19 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Cash Transfers to Validate (%(count)s)</string> </value>
<value> <string>Usual Cash Transfers to Validate (%(count)s)</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
Base_viewSearchResultList?simulation_state=confirmed&reset=1&portal_type=Cash Transfer
Base_viewSearchResultList?simulation_state=confirmed&reset=1&portal_type=Usual Cash Transfer
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Cash Transfers to Validate</string> </value>
<value> <string>Usual Cash Transfers to Validate</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -107,7 +107,7 @@ Base_viewSearchResultList?simulation_state=confirmed&reset=1&portal_type=Cash Tr
<key> <string>portal_type</string> </key>
<value>
<tuple>
<string>Cash Transfer</string>
<string>Usual Cash Transfer</string>
</tuple>
</value>
</item>
......
......@@ -36,7 +36,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
Base_viewSearchResultList?simulation_state=draft&portal_type=Cash Transfer&reset=1
Base_viewSearchResultList?simulation_state=draft&portal_type=Usual Cash Transfer&reset=1
]]></string> </value>
</item>
......@@ -107,7 +107,7 @@ Base_viewSearchResultList?simulation_state=draft&portal_type=Cash Transfer&reset
<key> <string>portal_type</string> </key>
<value>
<tuple>
<string>Cash Transfer</string>
<string>Usual Cash Transfer</string>
</tuple>
</value>
</item>
......
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