Commit 97d2dbbb authored by Ivan Tyagov's avatar Ivan Tyagov

RSS generation should not be limited in what it shows like a normal listbox.

parent 17045076
......@@ -13,6 +13,7 @@
<string>columns</string>
<string>count_method</string>
<string>hide_rows_on_no_search_criterion</string>
<string>lines</string>
<string>list_method</string>
<string>sort</string>
</list>
......@@ -122,6 +123,10 @@
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>1000</int> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value>
......
1086
\ No newline at end of file
1087
\ 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