Skip to content

Commit

Permalink
Fixes: #48 - Add description and comments to model form
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Oct 4, 2024
1 parent 43579e4 commit f727bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_lifecycle/forms/model_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class VendorForm(NetBoxModelForm):

class Meta:
model = Vendor
fields = ('name', 'tags')
fields = ('name', 'description', 'comments', 'tags', )


class SupportSKUForm(NetBoxModelForm):
Expand Down

0 comments on commit f727bd2

Please sign in to comment.