mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
adds import button on the contact assignment table #13669
This commit is contained in:
parent
68f9e29cf4
commit
3d2d6c0a3f
@ -386,7 +386,7 @@ class ContactAssignmentListView(generic.ObjectListView):
|
||||
filterset = filtersets.ContactAssignmentFilterSet
|
||||
filterset_form = forms.ContactAssignmentFilterForm
|
||||
table = tables.ContactAssignmentTable
|
||||
actions = ('export', 'bulk_edit', 'bulk_delete')
|
||||
actions = ('export', 'bulk_edit', 'bulk_delete', 'import')
|
||||
|
||||
|
||||
@register_model_view(ContactAssignment, 'edit')
|
||||
|
Loading…
Reference in New Issue
Block a user