Commit 35ebfeb3 authored by Nicolas Delaby's avatar Nicolas Delaby

Use proper API: display_none_category=1 means return item_list with ('', '') as first item

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39345 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d21011a0
......@@ -142,7 +142,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'\', \'\')] + here.portal_categories.classification.getCategoryChildLogicalPathItemList(display_none_category=0,filter_node=1,local_sort_id=\'title\',checked_permission=\'View\')</string> </value>
<value> <string>python: here.portal_categories.classification.getCategoryChildLogicalPathItemList(display_none_category=1,filter_node=1,local_sort_id=\'title\',checked_permission=\'View\')</string> </value>
</item>
</dictionary>
</pickle>
......
1192
\ No newline at end of file
1193
\ 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