added tags on import form

This commit is contained in:
Abhimanyu Saharan 2023-08-01 09:19:14 +05:30
parent 6e1757816d
commit e3050355f0

View File

@ -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')