Commit 4eefc01c authored by Jérome Perrin's avatar Jérome Perrin

We don't translate group category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17898 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95d2c6e3
......@@ -130,7 +130,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: getattr(here.portal_categories.group, preferences.getPreference(\'preferred_category_child_item_list_method_id\', \'getCategoryChildCompactLogicalPathItemList\'))(local_sort_id="title", base=1)</string> </value>
<value> <string>python: getattr(here.portal_categories.group, preferences.getPreference(\'preferred_category_child_item_list_method_id\', \'getCategoryChildCompactLogicalPathItemList\').replace(\'Translated\', \'\'))(local_sort_id="title", base=1)</string> </value>
</item>
</dictionary>
</pickle>
......
599
\ No newline at end of file
600
\ 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