Webhook condition for having a primary IP doesn't appear to be working #11459
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.4.2
Python version
3.10
Steps to Reproduce
{ "and": [ { "attr": "primary_ip", "value": "", "negate": true } ] }
Expected Behavior
The webhook does not fire due to the condition of requiring a primary IP.
Observed Behavior
The webhook fires (despite the condition).
The text was updated successfully, but these errors were encountered: