Commit 664cdcce authored by Georgios Dagkakis's avatar Georgios Dagkakis

erp5_calendar: Fix formatted name in Worklist

parent 2df4b71f
...@@ -10,9 +10,13 @@ ...@@ -10,9 +10,13 @@
<key> <string>actbox_category</string> </key> <key> <string>actbox_category</string> </key>
<value> <string>global</string> </value> <value> <string>global</string> </value>
</item> </item>
<item>
<key> <string>actbox_icon</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Leave Requests to Submit(%(count)s)</string> </value> <value> <string>Leave Requests to Submit (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -47,10 +51,7 @@ leave_request_module/view?simulation_state=draft&local_roles=Owner&reset:int=1 ...@@ -47,10 +51,7 @@ leave_request_module/view?simulation_state=draft&local_roles=Owner&reset:int=1
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="Guard" module="Products.DCWorkflow.Guard"/>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -67,10 +68,7 @@ leave_request_module/view?simulation_state=draft&local_roles=Owner&reset:int=1 ...@@ -67,10 +68,7 @@ leave_request_module/view?simulation_state=draft&local_roles=Owner&reset:int=1
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <global name="PersistentMapping" module="Persistence.mapping"/>
<global name="PersistentMapping" module="Persistence.mapping"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
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