##// END OF EJS Templates
fix: fix ajax request route to update client whitelist config
andverb -
r5534:80a291fb default
parent child Browse files
Show More
@@ -67,7 +67,7 b' def admin_routes(config):'
67 67
68 68 config.add_route(
69 69 name='admin_security_modify_allowed_vcs_client_versions',
70 pattern='/security/modify/allowed_vcs_client_versions')
70 pattern=ADMIN_PREFIX + '/security/modify/allowed_vcs_client_versions')
71 71 config.add_view(
72 72 AdminSecurityView,
73 73 attr='vcs_whitelisted_client_versions_edit',
General Comments 0
You need to be logged in to leave comments. Login now