1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix BulkDisconnectView

This commit is contained in:
Jeremy Stretch
2020-05-21 16:34:15 -04:00
parent f36c797e98
commit e7fde2795f

View File

@@ -94,7 +94,7 @@ class BulkRenameView(GetReturnURLMixin, ObjectPermissionRequiredMixin, View):
})
class BulkDisconnectView(GetReturnURLMixin, View):
class BulkDisconnectView(GetReturnURLMixin, ObjectPermissionRequiredMixin, View):
"""
An extendable view for disconnection console/power/interface components in bulk.
"""