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

erp5_calendar: Fix formatted name in Worklist

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