We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de2dea commit 66db4f3Copy full SHA for 66db4f3
netbox/extras/events.py
@@ -81,7 +81,7 @@ def process_event_rules(event_rules, model_name, event, data, username, snapshot
81
82
# Evaluate event rule conditions (if any)
83
if not event_rule.eval_conditions(data):
84
- return
+ continue
85
86
# Webhooks
87
if event_rule.action_type == EventRuleActionChoices.WEBHOOK:
0 commit comments