-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.4.2
Python version
3.10
Steps to Reproduce
- Create a webhook, content type 'DCIM > Device', all events, with the condition:
{ "and": [ { "attr": "primary_ip", "value": "", "negate": true } ] } - Create a site, all defaults.
- Create a device role, all defaults.
- Create a manufacturer, all defaults.
- Create a device type, all defaults.
- Create a device.
- Go to the admin panel, check the jobs in the default queue.
Expected Behavior
The webhook does not fire due to the condition of requiring a primary IP.
Observed Behavior
The webhook fires (despite the condition).
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application