[Erp5-report] r9131 - /erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 10 15:22:57 CEST 2006


Author: chris
Date: Thu Aug 10 15:22:54 2006
New Revision: 9131

URL: http://svn.erp5.org?rev=9131&view=rev
Log:
- reverted last commit: too dirty.

Modified:
    erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml

Modified: erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml?rev=9131&r1=9130&r2=9131&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml (original)
+++ erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml Thu Aug 10 15:22:54 2006
@@ -94,7 +94,7 @@
     result_dict[category_name]=result_cat_fullpath\n
   else:\n
     # XXX: this request does a LIKE "%xxxx%", We should find a way to remove the %%\n
-    result_list = context.portal_catalog(portal_type=\'Category\', title=str(subcat_code)+\'%\', relative_url=category_name+\'%\')\n
+    result_list = context.portal_catalog(portal_type=\'Category\', title=str(subcat_code), relative_url=category_name+\'%\')\n
     if len(result_list) != 0:\n
       result_cat_fullpath = \'/\'.join(result_list[0].getRelativeUrl().split(\'/\')[1:])\n
       result_dict[category_name]=result_cat_fullpath\n




More information about the Erp5-report mailing list