mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR : add 'doAdd' as allowed_actions
This commit is contained in:
parent
038bb1c9bb
commit
f56e39e521
@ -8,7 +8,8 @@ class CMSPageAddController extends CMSPageEditController {
|
|||||||
static $required_permission_codes = 'CMS_ACCESS_CMSMain';
|
static $required_permission_codes = 'CMS_ACCESS_CMSMain';
|
||||||
|
|
||||||
static $allowed_actions = array(
|
static $allowed_actions = array(
|
||||||
'AddForm'
|
'AddForm',
|
||||||
|
'doAdd',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user