entities/wfobjs.py
changeset 7293 97505b798975
parent 6904 cf869016a823
child 7406 e772a2c57b00
--- a/entities/wfobjs.py	Fri Apr 29 16:34:31 2011 +0200
+++ b/entities/wfobjs.py	Mon May 02 15:06:20 2011 +0200
@@ -326,8 +326,8 @@
             result[ep.subwf_state.eid] = ep.destination and ep.destination.eid
         return result
 
-    def clear_all_caches(self):
-        super(WorkflowTransition, self).clear_all_caches()
+    def cw_clear_all_caches(self):
+        super(WorkflowTransition, self).cw_clear_all_caches()
         clear_cache(self, 'exit_points')