mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#4416: Add individual delete views for organizational objects
This commit is contained in:
@@ -32,6 +32,10 @@ class TenantGroupEditView(ObjectEditView):
|
||||
model_form = forms.TenantGroupForm
|
||||
|
||||
|
||||
class TenantGroupDeleteView(ObjectDeleteView):
|
||||
queryset = TenantGroup.objects.all()
|
||||
|
||||
|
||||
class TenantGroupBulkImportView(BulkImportView):
|
||||
queryset = TenantGroup.objects.all()
|
||||
model_form = forms.TenantGroupCSVForm
|
||||
|
Reference in New Issue
Block a user