From ecbd5906dfa294b7e3cb449c5c08eac780f5f89a Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Tue, 11 Aug 2009 12:39:04 +0000 Subject: [PATCH] Keep ignore_hide_rows to allow page navigation in Listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28335 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_xhtml_style/ERP5Site_filterParameterList.xml | 1 + product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5Site_filterParameterList.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5Site_filterParameterList.xml index e09d83fdf9..442269e8bb 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5Site_filterParameterList.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5Site_filterParameterList.xml @@ -56,6 +56,7 @@ <value> <string>kept_names = (\'editable_mode\', \'ignore_layout\', # erp5_web\n \'selection_name\', \'selection_index\', # list mode\n \'bt_list\', # business template installation system\n + \'ignore_hide_rows\',\n )\n # Dialog mode is absent from the kept_name list on purpose :\n # none of its variable should ever get transmited because\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 0be467d0c8..84efa7e06a 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -800 \ No newline at end of file +801 \ No newline at end of file -- 2.30.9