[Erp5-report] r28338 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 11 15:12:00 CEST 2009


Author: romain
Date: Tue Aug 11 15:11:59 2009
New Revision: 28338

URL: http://svn.erp5.org?rev=28338&view=rev
Log:
Use ignore_hide_rows parameter to always display content when using module search function.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_search.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_search.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_search.xml?rev=28338&r1=28337&r2=28338&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_search.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_search.xml [utf8] Tue Aug 11 15:11:59 2009
@@ -75,7 +75,7 @@
                   ngt=\'<=\',\n
                   nlt=\'>\',)\n
 \n
-new_mapping = dict()\n
+new_mapping = dict(ignore_hide_rows=1)\n
 for key in sorted(request.form.keys()):\n
   # we use sorted to make sure x_search_key appears before x\n
   value = request.form[key]\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=28338&r1=28337&r2=28338&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Aug 11 15:11:59 2009
@@ -1,1 +1,1 @@
-1275
+1276




More information about the Erp5-report mailing list