mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4724 from tractorcow/pulls/3.2/cms-reauth-route
BUG Add missing CMSSecurity route
This commit is contained in:
commit
6d1d21f019
@ -15,6 +15,7 @@ After:
|
|||||||
Director:
|
Director:
|
||||||
rules:
|
rules:
|
||||||
'Security//$Action/$ID/$OtherID': 'Security'
|
'Security//$Action/$ID/$OtherID': 'Security'
|
||||||
|
'CMSSecurity//$Action/$ID/$OtherID': 'CMSSecurity'
|
||||||
'dev': 'DevelopmentAdmin'
|
'dev': 'DevelopmentAdmin'
|
||||||
'interactive': 'SapphireREPL'
|
'interactive': 'SapphireREPL'
|
||||||
'InstallerTest//$Action/$ID/$OtherID': 'InstallerTest'
|
'InstallerTest//$Action/$ID/$OtherID': 'InstallerTest'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user