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 @@ ...@@ -428,6 +428,10 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <int>20</int> </value> <value> <int>20</int> </value>
...@@ -498,7 +502,7 @@ ...@@ -498,7 +502,7 @@
</item> </item>
<item> <item>
<key> <string>select</string> </key> <key> <string>select</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
...@@ -507,7 +511,12 @@ ...@@ -507,7 +511,12 @@
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
174 176
\ 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