Closed
Description
Deployment Type
NetBox Cloud
NetBox Version
v4.1-beta1
Python Version
3.10
Steps to Reproduce
- Create a notification group
- Create an event rule (e.g. for object changes) targeting that notification group
- Trigger the event rule
Expected Behavior
The generated notification should include a static representation of the object (object_repr
).
Observed Behavior
The notification's object_repr
attribute is empty.