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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 23 11:22:45 CET 2009


Author: jerome
Date: Mon Feb 23 11:22:43 2009
New Revision: 25653

URL: http://svn.erp5.org?rev=25653&view=rev
Log:
take into account portal_url in the cache for module URLs

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getModuleItemList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getModuleItemList.xml?rev=25653&r1=25652&r2=25653&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getModuleItemList.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_getModuleItemList.xml [utf8] Mon Feb 23 11:22:43 2009
@@ -72,7 +72,7 @@
   return item_list\n
 \n
 getModuleItemList = CachingMethod(getModuleItemList,  \n
-  id=(\'ERP5Site_getModuleItemList\', portal.Localizer.get_selected_language()),\n
+  id=(\'ERP5Site_getModuleItemList\', portal.Localizer.get_selected_language(), portal.portal_url()),\n
       cache_factory=\'erp5_ui_short\')\n
 \n
 return getModuleItemList(user=user)\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=25653&r1=25652&r2=25653&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Mon Feb 23 11:22:43 2009
@@ -1,1 +1,1 @@
-1090
+1091




More information about the Erp5-report mailing list