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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 7 11:26:39 CET 2007


Author: bartek
Date: Wed Mar  7 11:26:35 2007
New Revision: 13250

URL: http://svn.erp5.org?rev=13250&view=rev
Log:
Updated to the most recent API

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

Modified: erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_clearCache.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_clearCache.xml?rev=13250&r1=13249&r2=13250&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_clearCache.xml (original)
+++ erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_clearCache.xml Wed Mar  7 11:26:35 2007
@@ -68,8 +68,7 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>from Products.ERP5Type.Cache import clearCache\n
-clearCache()\n
+            <value> <string>context.portal_caches.clearAllCache()\n
 </string> </value>
         </item>
         <item>
@@ -112,8 +111,8 @@
                         <key> <string>co_varnames</string> </key>
                         <value>
                           <tuple>
-                            <string>Products.ERP5Type.Cache</string>
-                            <string>clearCache</string>
+                            <string>_getattr_</string>
+                            <string>context</string>
                           </tuple>
                         </value>
                     </item>




More information about the Erp5-report mailing list