Commit c44eb390 authored by Jérome Perrin's avatar Jérome Perrin

there is API for this

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35128 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11d95e95
......@@ -58,7 +58,7 @@
<option value=""\n
i18n:translate="" \n
i18n:domain="ui">-- Select Classification --</option>\n
<option tal:repeat="item python:[c for c in here.portal_categories.classification.getCategoryChildTranslatedLogicalPathItemList(local_sort_id=\'translated_title\')[1:] if len(c[1].split(\'/\'))>1]" \n
<option tal:repeat="item python:context.portal_categories.classification.getCategoryChildTranslatedLogicalPathItemList(local_sort_id=\'translated_title\', filter_node=True, display_none_category=False)"\n
tal:content="python:item[0]" \n
tal:attributes="value python:item[1]"/>\n
</select>\n
......
941
\ No newline at end of file
942
\ 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