Commit ecbec95d authored by Gabriel Monnerat's avatar Gabriel Monnerat

add configuration to sort the listbox according to modification date

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44301 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd9d936a
...@@ -206,7 +206,12 @@ ...@@ -206,7 +206,12 @@
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>modification_date</string>
<string>DESC</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
299 300
\ No newline at end of file \ 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