From 09f1d3f7bcd6611c0ec58877d5668b462d96fd00 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Wed, 21 Feb 2024 14:28:11 +0530 Subject: [PATCH] added a setting to mark read-only as not req #14953 --- netbox/netbox/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 41177fd4b..1ca9e7c60 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -661,6 +661,7 @@ SPECTACULAR_SETTINGS = { 'SWAGGER_UI_DIST': 'SIDECAR', 'SWAGGER_UI_FAVICON_HREF': 'SIDECAR', 'POSTPROCESSING_HOOKS': [], + 'COMPONENT_NO_READ_ONLY_REQUIRED': True } #