mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Add missing CMSSecurity route
This commit is contained in:
parent
9c4443629e
commit
38ca9632c4
@ -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…
Reference in New Issue
Block a user