Commit 286a8c2a authored by Jérome Perrin's avatar Jérome Perrin

sort on int index

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25147 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f66c6d3
......@@ -15,6 +15,7 @@
<list>
<string>title</string>
<string>columns</string>
<string>sort</string>
<string>selection_name</string>
</list>
</value>
......@@ -107,6 +108,17 @@
<key> <string>selection_name</string> </key>
<value> <string>budget_model_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
<list>
<tuple>
<string>int_index</string>
<string>ASC</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
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