Commit 50fc54af authored by Lucas Carvalho's avatar Lucas Carvalho

- hide_rows_on_no_search_criterion is not required

- select column is not required
- default sort must be title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28741 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54f81fde
......@@ -428,6 +428,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>20</int> </value>
......@@ -498,7 +502,7 @@
</item>
<item>
<key> <string>select</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
......@@ -507,7 +511,12 @@
<item>
<key> <string>sort</string> </key>
<value>
<list/>
<list>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
</list>
</value>
</item>
<item>
......
174
\ No newline at end of file
176
\ 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