mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Explicitly allowing 'index' action in LeftAndMain and subclasses, due to api change in RequestHandler logic for $allowed_actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@86003 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
61776f1e74
commit
a1a3b355d0
@ -37,6 +37,7 @@ class LeftAndMain extends Controller {
|
||||
static $ForceReload;
|
||||
|
||||
static $allowed_actions = array(
|
||||
'index',
|
||||
'ajaxupdateparent',
|
||||
'ajaxupdatesort',
|
||||
'callPageMethod',
|
||||
|
Loading…
Reference in New Issue
Block a user