author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 17 Mar 2010 09:19:02 +0100 | |
branch | stable |
changeset 4926 | 626d31035662 |
parent 4916 | 4b8cdda342ae |
child 4927 | 19fd1952ad63 |
--- a/sobjects/notification.py Tue Mar 16 17:44:32 2010 +0100 +++ b/sobjects/notification.py Wed Mar 17 09:19:02 2010 +0100 @@ -132,7 +132,7 @@ override call) """ __abstract__ = True - id = 'notif_entity_updated' + __regid__ = 'notif_entity_updated' msgid_timestamp = False message = _('updated') no_detailed_change_attrs = ()