Commit c8a6b797 authored by Bartek Górny's avatar Bartek Górny

By default sort by creation date, descending (usu. we want to see what's new).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16091 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72690c28
......@@ -474,7 +474,12 @@
<item>
<key> <string>sort</string> </key>
<value>
<list/>
<list>
<tuple>
<string>creation_date</string>
<string>descending</string>
</tuple>
</list>
</value>
</item>
<item>
......
10
\ No newline at end of file
11
\ 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