Merge pull request #4724 from tractorcow/pulls/3.2/cms-reauth-route

BUG Add missing CMSSecurity route
This commit is contained in:
Daniel Hensby 2015-10-30 17:49:34 +00:00
commit 6d1d21f019

View File

@ -15,6 +15,7 @@ After:
Director:
rules:
'Security//$Action/$ID/$OtherID': 'Security'
'CMSSecurity//$Action/$ID/$OtherID': 'CMSSecurity'
'dev': 'DevelopmentAdmin'
'interactive': 'SapphireREPL'
'InstallerTest//$Action/$ID/$OtherID': 'InstallerTest'