Skip to content

Commit

Permalink
Fixes #13767: Fix support for comments when creating a new service vi…
Browse files Browse the repository at this point in the history
…a web UI
  • Loading branch information
jeremystretch committed Sep 15, 2023
1 parent 487827c commit 2dfbd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/ipam/forms/model_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ class ServiceCreateForm(ServiceForm):
class Meta(ServiceForm.Meta):
fields = [
'device', 'virtual_machine', 'service_template', 'name', 'protocol', 'ports', 'ipaddresses', 'description',
'tags',
'comments', 'tags',
]

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 2dfbd72

Please sign in to comment.