mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 17:26:10 -06:00
9608 add AutoSchema fix for bulk operations
This commit is contained in:
parent
85c91cbfbf
commit
15568967fa
@ -57,10 +57,6 @@ class NetBoxAutoSchema(AutoSchema):
|
||||
else:
|
||||
return False
|
||||
|
||||
def get_operation(self, path, path_regex, path_prefix, method, registry: ComponentRegistry):
|
||||
operation = super().get_operation(path, path_regex, path_prefix, method, registry)
|
||||
return operation
|
||||
|
||||
def get_operation_id(self):
|
||||
"""
|
||||
Fix: bulk serializers cause operation_id conflicts with non-bulk ones
|
||||
|
Loading…
Reference in New Issue
Block a user