9608 add AutoSchema fix for bulk operations

This commit is contained in:
Arthur 2023-03-14 14:27:36 -07:00
parent 85c91cbfbf
commit 15568967fa

View File

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