Commit 0ab81c89 authored by Jérome Perrin's avatar Jérome Perrin

storing list_lines in selection is no longer supported. To show all lines in a...

storing list_lines in selection is no longer supported. To show all lines in a listbox we have to use 0 in "lines" from listbox configuration

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29379 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a6cb4a6a
...@@ -63,7 +63,6 @@ for ram_cache_plugin in context.getPortalObject().portal_catalog(\n ...@@ -63,7 +63,6 @@ for ram_cache_plugin in context.getPortalObject().portal_catalog(\n
path =\'%\' + context.getRelativeUrl() +\'%\'):\n path =\'%\' + context.getRelativeUrl() +\'%\'):\n
result.append(ReportSection(path = ram_cache_plugin.getRelativeUrl(), \n result.append(ReportSection(path = ram_cache_plugin.getRelativeUrl(), \n
form_id = \'RamCache_viewStatisticList\',\n form_id = \'RamCache_viewStatisticList\',\n
selection_params = {\'list_lines\':0,},\n
title = \'%s/%s\' %(ram_cache_plugin.getParentValue().getTitle(),\n title = \'%s/%s\' %(ram_cache_plugin.getParentValue().getTitle(),\n
ram_cache_plugin.getTitle()),))\n ram_cache_plugin.getTitle()),))\n
return result\n return result\n
......
...@@ -175,6 +175,10 @@ ...@@ -175,6 +175,10 @@
<key> <string>alternate_name</string> </key> <key> <string>alternate_name</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -227,6 +231,10 @@ ...@@ -227,6 +231,10 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -259,6 +267,10 @@ ...@@ -259,6 +267,10 @@
<key> <string>report_tree</string> </key> <key> <string>report_tree</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>search</string> </key> <key> <string>search</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -295,6 +307,10 @@ ...@@ -295,6 +307,10 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -397,7 +413,7 @@ ...@@ -397,7 +413,7 @@
</item> </item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <int>20</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>list_action</string> </key> <key> <string>list_action</string> </key>
......
1320 1321
\ 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