[notifications] use non-fixed message-id for EntityUpdatedNotificationView
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 17 Feb 2015 12:35:58 +0100
changeset 10261 b2f7f03f10b3
parent 10260 0e61be7bff10
child 10262 5c2a4a0a8dbd
[notifications] use non-fixed message-id for EntityUpdatedNotificationView More than one of those can be sent for a given entity, so they shouldn't all have the same message-id. Closes #4962712.
sobjects/notification.py
--- a/sobjects/notification.py	Tue Feb 17 12:32:39 2015 +0100
+++ b/sobjects/notification.py	Tue Feb 17 12:35:58 2015 +0100
@@ -266,7 +266,7 @@
     """
     __abstract__ = True
     __regid__ = 'notif_entity_updated'
-    msgid_timestamp = False
+    msgid_timestamp = True
     message = _('updated')
     no_detailed_change_attrs = ()
     content = """