[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.
--- 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 = """