changeset 9632 | c60c8dec0e0e |
parent 9618 | 1b8552265f3b |
child 10351 | 91e63306e277 |
--- a/hooks/notification.py Thu Apr 03 18:16:10 2014 +0200 +++ b/hooks/notification.py Mon Apr 07 14:15:35 2014 +0200 @@ -156,8 +156,8 @@ cnx = self.cnx for eid in cnx.transaction_data['changes']: view = cnx.vreg['views'].select('notif_entity_updated', cnx, - rset=cnx.eid_rset(eid), - row=0) + rset=cnx.eid_rset(eid), + row=0) notify_on_commit(self.cnx, view, viewargs={'changes': cnx.transaction_data['changes'][eid]})