Skip to content

Commit

Permalink
used EventRulesMixin (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattieserver authored Jan 2, 2024
1 parent 60cbc94 commit 374a882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox_topology_views/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from netbox.models.features import (
ChangeLoggingMixin,
ExportTemplatesMixin,
WebhooksMixin,
EventRulesMixin,
)

from netbox_topology_views.utils import (
Expand All @@ -26,7 +26,7 @@
)


class RoleImage(ChangeLoggingMixin, ExportTemplatesMixin, WebhooksMixin):
class RoleImage(ChangeLoggingMixin, ExportTemplatesMixin, EventRulesMixin):
class Meta:
indexes = [
models.Index(fields=["content_type", "object_id"]),
Expand Down

0 comments on commit 374a882

Please sign in to comment.