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 @@ ...@@ -389,6 +389,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>display_style_list</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>domain_root_list</string> </key> <key> <string>domain_root_list</string> </key>
<value> <value>
...@@ -550,6 +556,10 @@ ...@@ -550,6 +556,10 @@
<string>title</string> <string>title</string>
<string>ascending</string> <string>ascending</string>
</tuple> </tuple>
<tuple>
<string>revision</string>
<string>ascending</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -573,6 +583,10 @@ ...@@ -573,6 +583,10 @@
<string>description</string> <string>description</string>
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple>
<string>revision</string>
<string>Revision</string>
</tuple>
</list> </list>
</value> </value>
</item> </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