# HG changeset patch # User Julien Cristau # Date 1424172958 -3600 # Node ID b2f7f03f10b30b754a2943afbeb33ef90401c877 # Parent 0e61be7bff102390ac3f52b8e470c716711caa82 [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. diff -r 0e61be7bff10 -r b2f7f03f10b3 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 = """