mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Removing form actions from in AssetAdmin, CMSMain, LeftAndMain - handled through Form->httpSubmission() (merged from r115185)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@115200 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f3d1b0d08c
commit
37bc43b07a
@ -45,8 +45,6 @@ class AssetAdmin extends LeftAndMain {
|
||||
'getsubtree',
|
||||
'movemarked',
|
||||
'removefile',
|
||||
'save',
|
||||
'savefile',
|
||||
'uploadiframe',
|
||||
'UploadForm',
|
||||
'deleteUnusedThumbnails' => 'ADMIN'
|
||||
|
@ -28,13 +28,10 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
|
||||
static $allowed_actions = array(
|
||||
'addmember',
|
||||
'addpage',
|
||||
'buildbrokenlinks',
|
||||
'canceldraftchangesdialog',
|
||||
'compareversions',
|
||||
'createtranslation',
|
||||
'delete',
|
||||
'deletefromlive',
|
||||
'deleteitems',
|
||||
'dialog',
|
||||
'duplicate',
|
||||
@ -43,12 +40,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
'getversion',
|
||||
'publishall',
|
||||
'publishitems',
|
||||
'restore',
|
||||
'revert',
|
||||
'rollback',
|
||||
'sidereport',
|
||||
'submit',
|
||||
'unpublish',
|
||||
'versions',
|
||||
'EditForm',
|
||||
'AddPageOptionsForm',
|
||||
|
@ -43,7 +43,6 @@ class LeftAndMain extends Controller {
|
||||
'getsubtree',
|
||||
'myprofile',
|
||||
'printable',
|
||||
'save',
|
||||
'show',
|
||||
'Member_ProfileForm',
|
||||
'EditorToolbar',
|
||||
|
Loading…
Reference in New Issue
Block a user