Skip to content

Commit c9de312

Browse files
committed
Fixes #15790: Fix live preview support for EventRule comments
1 parent 94c3162 commit c9de312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/extras/forms/model_forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ class EventRuleForm(NetBoxModelForm):
265265
required=False,
266266
help_text=_('Enter parameters to pass to the action in <a href="https://json.org/">JSON</a> format.')
267267
)
268+
comments = CommentField()
268269

269270
fieldsets = (
270271
(_('Event Rule'), ('name', 'description', 'content_types', 'enabled', 'tags')),

0 commit comments

Comments
 (0)