Commit 0eaf1db1 authored by Jérome Perrin's avatar Jérome Perrin

selection name was missing on BaseCategory_view/listbox

sort by int_index to be consistent with Category_view

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14713 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9335a97b
......@@ -485,12 +485,17 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
<value> <string>base_category_view_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
<list/>
<list>
<tuple>
<string>int_index</string>
<string>int_index</string>
</tuple>
</list>
</value>
</item>
<item>
......
342
\ No newline at end of file
343
\ 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