Commit 485495f9 authored by Jérome Perrin's avatar Jérome Perrin

revert previous commit, as sorting by start_date only works in list mode

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43680 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3bb9a0cb
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
<value> <value>
<list> <list>
<string>selection_name</string> <string>selection_name</string>
<string>sort</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -94,17 +93,6 @@ ...@@ -94,17 +93,6 @@
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>accounting_period_accounting_period_selection</string> </value> <value> <string>accounting_period_accounting_period_selection</string> </value>
</item> </item>
<item>
<key> <string>sort</string> </key>
<value>
<list>
<tuple>
<string>start_date</string>
<string>ASC</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
......
1452 1453
\ 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