Skip to content

Commit 9be5918

Browse files
committed
Fixes #13684: Enable modying the configuration when maintenance mode is enabled
1 parent 6db6616 commit 9be5918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/netbox/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ def _setting(name, default=None):
496496
# All URLs starting with a string listed here are exempt from maintenance mode enforcement
497497
MAINTENANCE_EXEMPT_PATHS = (
498498
f'/{BASE_PATH}admin/',
499+
f'/{BASE_PATH}extras/config-revisions/', # Allow modifying the configuration
499500
)
500501

501502
SERIALIZATION_MODULES = {

0 commit comments

Comments
 (0)