mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -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')
|
help_text=_('Assigned role')
|
||||||
)
|
)
|
||||||
|
|
||||||
# Remove the tags field added by NetBoxModelImportForm (unsupported by ContactAssignment)
|
|
||||||
tags = None
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = ContactAssignment
|
model = ContactAssignment
|
||||||
fields = ('content_type', 'object_id', 'contact', 'priority', 'role')
|
fields = ('content_type', 'object_id', 'contact', 'priority', 'role')
|
||||||
|
Loading…
Reference in New Issue
Block a user