mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Added routing for AssetAdmin to cms/_config.php (required for GridField?)
This commit is contained in:
parent
d88075edea
commit
213cfb031e
@ -9,6 +9,7 @@ Director::addRules(50, array(
|
|||||||
'' => 'RootURLController',
|
'' => 'RootURLController',
|
||||||
'admin/bulkload//$Action/$ID/$OtherID' => 'BulkLoaderAdmin',
|
'admin/bulkload//$Action/$ID/$OtherID' => 'BulkLoaderAdmin',
|
||||||
'admin/cms//$Action/$ID/$OtherID' => 'CMSMain',
|
'admin/cms//$Action/$ID/$OtherID' => 'CMSMain',
|
||||||
|
'admin/asset//$Action/$ID/$OtherID' => 'AssetAdmin',
|
||||||
'dev/buildcache/$Action' => 'RebuildStaticCacheTask',
|
'dev/buildcache/$Action' => 'RebuildStaticCacheTask',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user