Commit 6bd4138b authored by Vincent Pelletier's avatar Vincent Pelletier

Add display of worklist count.

Add worklist item url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18189 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ee7233b
......@@ -27,7 +27,7 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Monetatey Survey To Confirmed</string> </value>
<value> <string>Monetatey Survey To Confirmed (%(count)s)</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
......@@ -63,11 +63,8 @@ Base_viewWorklist?simulation_state=confirmed&portal_type=Monetary Survey&reset=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>
......@@ -87,17 +84,14 @@ Base_viewWorklist?simulation_state=confirmed&portal_type=Monetary Survey&reset=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>
......
......@@ -27,7 +27,7 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Draft To Validate</string> </value>
<value> <string>Draft To Validate (%(count)s)</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
......@@ -63,11 +63,8 @@ Base_viewWorklist?simulation_state=draft&portal_type=Monetary Survey&reset=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>
......@@ -87,17 +84,14 @@ Base_viewWorklist?simulation_state=draft&portal_type=Monetary Survey&reset=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>
......
......@@ -31,7 +31,11 @@
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string></string> </value>
<value> <string encoding="cdata"><![CDATA[
Base_viewWorklist?simulation_state=rejected&reset=1&portal_type=Usual Cash Rendering
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
549
\ No newline at end of file
551
\ 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