Commit 17045076 authored by Ivan Tyagov's avatar Ivan Tyagov

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

parent ef8b9d3a
......@@ -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>portal_types</string>
<string>sort</string>
......@@ -123,6 +124,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>
......
112
\ No newline at end of file
113
\ 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