mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02: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 $allowed_actions = array(
|
||||
'AddForm'
|
||||
'AddForm',
|
||||
'doAdd',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user