Commit 838955a5 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix worklist to match exactly what is expected from it and not to duplicated...

Fix worklist to match exactly what is expected from it and not to duplicated with another worklist title.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34765 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43fb24ec
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Documents to review (%(count)s)</string> </value>
<value> <string>Documents to Submit (%(count)s)</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
......@@ -27,7 +27,7 @@ ERP5Site_viewDocumentList?validation_state=draft&local_roles=%(local_roles)s&por
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Documents to review</string> </value>
<value> <string>Documents to Submit</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -37,7 +37,7 @@ ERP5Site_viewDocumentList?validation_state=draft&local_roles=%(local_roles)s&por
</item>
<item>
<key> <string>id</string> </key>
<value> <string>draft_to_review</string> </value>
<value> <string>draft_to_submit</string> </value>
</item>
<item>
<key> <string>var_matches</string> </key>
......
1118
\ No newline at end of file
1119
\ 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