Commit eb8d253e authored by Jean-Paul Smets's avatar Jean-Paul Smets

Interface reviewed and unified with other generic interfaces.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30629 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e069912
...@@ -47,13 +47,10 @@ class FieldValueCacheInteractor(Interactor): ...@@ -47,13 +47,10 @@ class FieldValueCacheInteractor(Interactor):
self.on(ProxyField.manage_tales).doAfter(self.purgeFieldValueCache) self.on(ProxyField.manage_tales).doAfter(self.purgeFieldValueCache)
self.on(ZMIForm.manage_renameObject).doAfter(self.purgeFieldValueCache) self.on(ZMIForm.manage_renameObject).doAfter(self.purgeFieldValueCache)
def uninstall(self):
"""
Uninstall interactions
"""
def purgeFieldValueCache(self, method_call_object): def purgeFieldValueCache(self, method_call_object):
""" """
Interaction method (defined at the Interactor level).
Make sure all field value caches are purged
""" """
from Products.ERP5Form import Form, ProxyField from Products.ERP5Form import Form, ProxyField
Form.purgeFieldValueCache() Form.purgeFieldValueCache()
......
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