Commit 58f73c48 authored by Bartek Górny's avatar Bartek Górny

Updated to the most recent API

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13250 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent db86724c
...@@ -68,8 +68,7 @@ ...@@ -68,8 +68,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>from Products.ERP5Type.Cache import clearCache\n <value> <string>context.portal_caches.clearAllCache()\n
clearCache()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -112,8 +111,8 @@ clearCache()\n ...@@ -112,8 +111,8 @@ clearCache()\n
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>Products.ERP5Type.Cache</string> <string>_getattr_</string>
<string>clearCache</string> <string>context</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment