From 15568967fadfd34ff1f86f68d01facf448a444a9 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 14 Mar 2023 14:27:36 -0700 Subject: [PATCH] 9608 add AutoSchema fix for bulk operations --- netbox/core/api/schema.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/netbox/core/api/schema.py b/netbox/core/api/schema.py index be1dd894b..9cf1f78c3 100644 --- a/netbox/core/api/schema.py +++ b/netbox/core/api/schema.py @@ -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