From 233f7b2821937e19a8ca270813fe6080786b1380 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Fri, 22 Jan 2010 15:40:30 +0000 Subject: [PATCH] Always display search results. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31919 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/ERP5Site_viewSearchResult/listbox.xml | 5 +++++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewSearchResult/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewSearchResult/listbox.xml index 76f7735f3f..d0775922d3 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewSearchResult/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_viewSearchResult/listbox.xml @@ -18,6 +18,7 @@ <string>css_class</string> <string>default_params</string> <string>editable_columns</string> + <string>hide_rows_on_no_search_criterion</string> <string>list_action</string> <string>list_method</string> <string>portal_types</string> @@ -152,6 +153,10 @@ <key> <string>form_id</string> </key> <value> <string>Base_viewFieldLibrary</string> </value> </item> + <item> + <key> <string>hide_rows_on_no_search_criterion</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>list_action</string> </key> <value> <string></string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 7625ffc2c4..9d8d09f23d 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1437 \ No newline at end of file +1438 \ No newline at end of file -- 2.30.9