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 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <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>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -63,11 +63,8 @@ Base_viewWorklist?simulation_state=confirmed&portal_type=Monetary Survey&reset=1 ...@@ -63,11 +63,8 @@ Base_viewWorklist?simulation_state=confirmed&portal_type=Monetary Survey&reset=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>
...@@ -87,17 +84,14 @@ Base_viewWorklist?simulation_state=confirmed&portal_type=Monetary Survey&reset=1 ...@@ -87,17 +84,14 @@ Base_viewWorklist?simulation_state=confirmed&portal_type=Monetary Survey&reset=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>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Draft To Validate</string> </value> <value> <string>Draft To Validate (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -63,11 +63,8 @@ Base_viewWorklist?simulation_state=draft&portal_type=Monetary Survey&reset=1 ...@@ -63,11 +63,8 @@ Base_viewWorklist?simulation_state=draft&portal_type=Monetary Survey&reset=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>
...@@ -87,17 +84,14 @@ Base_viewWorklist?simulation_state=draft&portal_type=Monetary Survey&reset=1 ...@@ -87,17 +84,14 @@ Base_viewWorklist?simulation_state=draft&portal_type=Monetary Survey&reset=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>
......
...@@ -31,7 +31,11 @@ ...@@ -31,7 +31,11 @@
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <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>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
......
549 551
\ 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