entities/wfobjs.py
branchstable
changeset 7677 134613d3b353
parent 7406 e772a2c57b00
child 7827 9bbf83f68bcc
child 7879 9aae456abab5
--- a/entities/wfobjs.py	Wed Jul 20 14:09:42 2011 +0200
+++ b/entities/wfobjs.py	Wed Jul 20 18:22:41 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')