Skip to content

Commit

Permalink
Fixes #14827: Ensure all matching event rules are processed in respon…
Browse files Browse the repository at this point in the history
…se to an event
  • Loading branch information
jeremystretch committed Jan 17, 2024
1 parent 5de2dea commit 66db4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/extras/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def process_event_rules(event_rules, model_name, event, data, username, snapshot

# Evaluate event rule conditions (if any)
if not event_rule.eval_conditions(data):
return
continue

# Webhooks
if event_rule.action_type == EventRuleActionChoices.WEBHOOK:
Expand Down

0 comments on commit 66db4f3

Please sign in to comment.