Skip to content

Commit

Permalink
Fixes #15790: Fix live preview support for EventRule comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Apr 19, 2024
1 parent f4c8f5f commit b5408ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/extras/forms/model_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class EventRuleForm(NetBoxModelForm):
required=False,
help_text=_('Enter parameters to pass to the action in <a href="https://json.org/">JSON</a> format.')
)
comments = CommentField()

fieldsets = (
(_('Event Rule'), ('name', 'description', 'content_types', 'enabled', 'tags')),
Expand Down

0 comments on commit b5408ab

Please sign in to comment.