mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX Removing form actions from $allowed_actions in AssetAdmin, CMSMain, LeftAndMain - handled through Form->httpSubmission() (from r115185)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@115189 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
77c5701fa6
commit
6a02f2edb5
@ -27,13 +27,11 @@ class AssetAdmin extends LeftAndMain {
|
||||
'deletefolder',
|
||||
'deletemarked',
|
||||
'DeleteItemsForm',
|
||||
'deleteUnusedThumbnails',
|
||||
'doUpload',
|
||||
'getfile',
|
||||
'getsubtree',
|
||||
'movemarked',
|
||||
'removefile',
|
||||
'save',
|
||||
'savefile',
|
||||
'sync',
|
||||
'uploadiframe',
|
||||
|
@ -32,8 +32,6 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
'canceldraftchangesdialog',
|
||||
'compareversions',
|
||||
'createtranslation',
|
||||
'delete',
|
||||
'deletefromlive',
|
||||
'deleteitems',
|
||||
'DeleteItemsForm',
|
||||
'dialog',
|
||||
@ -44,13 +42,9 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
'publishall',
|
||||
'publishitems',
|
||||
'PublishItemsForm',
|
||||
'restore',
|
||||
'revert',
|
||||
'rollback',
|
||||
'RootForm',
|
||||
'sidereport',
|
||||
'submit',
|
||||
'unpublish',
|
||||
'versions',
|
||||
'EditForm',
|
||||
'AddPageOptionsForm',
|
||||
|
@ -50,7 +50,6 @@ class LeftAndMain extends Controller {
|
||||
'getsubtree',
|
||||
'myprofile',
|
||||
'printable',
|
||||
'save',
|
||||
'show',
|
||||
'Member_ProfileForm',
|
||||
'EditorToolbar',
|
||||
|
Loading…
Reference in New Issue
Block a user