mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 16:26:09 -06:00
added tags on import form
This commit is contained in:
parent
6e1757816d
commit
e3050355f0
@ -106,9 +106,6 @@ class ContactAssignmentImportForm(NetBoxModelImportForm):
|
||||
help_text=_('Assigned role')
|
||||
)
|
||||
|
||||
# Remove the tags field added by NetBoxModelImportForm (unsupported by ContactAssignment)
|
||||
tags = None
|
||||
|
||||
class Meta:
|
||||
model = ContactAssignment
|
||||
fields = ('content_type', 'object_id', 'contact', 'priority', 'role')
|
||||
|
Loading…
Reference in New Issue
Block a user