Fixes #17097: Record static object representation when calling NotificationGroup.notify()

This commit is contained in:
Jeremy Stretch 2024-08-14 14:12:03 -04:00
parent c6c0ab2828
commit 855a07c2ec

View File

@ -139,6 +139,7 @@ def process_event_rules(event_rules, object_type, event_type, data, username=Non
event_rule.action_object.notify( event_rule.action_object.notify(
object_type=object_type, object_type=object_type,
object_id=data['id'], object_id=data['id'],
object_repr=data.get('display'),
event_type=event_type event_type=event_type
) )