Commit 565801b2 authored by Nicolas Dumazet's avatar Nicolas Dumazet

Template view: add revision as a sort key, and make it a secondary sort key.

It's useful to find the latest version of a BT when you have several cloned versions
of the same BT.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37249 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3bf7d31
......@@ -389,6 +389,12 @@
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_style_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value>
......@@ -550,6 +556,10 @@
<string>title</string>
<string>ascending</string>
</tuple>
<tuple>
<string>revision</string>
<string>ascending</string>
</tuple>
</list>
</value>
</item>
......@@ -573,6 +583,10 @@
<string>description</string>
<string>Description</string>
</tuple>
<tuple>
<string>revision</string>
<string>Revision</string>
</tuple>
</list>
</value>
</item>
......
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