hooks/notification.py
changeset 8236 cc70da744f43
parent 8190 2a3c1b787688
parent 8227 884405bf3621
child 8896 3e414a53e794
--- a/hooks/notification.py	Tue Feb 14 11:34:53 2012 +0100
+++ b/hooks/notification.py	Tue Feb 14 15:16:42 2012 +0100
@@ -30,7 +30,7 @@
     """delay rendering of notification view until precommit"""
     view = None # make pylint happy
 
-    def precommit_event(self):
+    def postcommit_event(self):
         view = self.view
         if view.cw_rset is not None and not view.cw_rset:
             return # entity added and deleted in the same transaction (cache effect)