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',
|
'getsubtree',
|
||||||
'movemarked',
|
'movemarked',
|
||||||
'removefile',
|
'removefile',
|
||||||
'save',
|
|
||||||
'savefile',
|
|
||||||
'uploadiframe',
|
'uploadiframe',
|
||||||
'UploadForm',
|
'UploadForm',
|
||||||
'deleteUnusedThumbnails' => 'ADMIN'
|
'deleteUnusedThumbnails' => 'ADMIN'
|
||||||
|
@ -28,13 +28,10 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
|||||||
|
|
||||||
static $allowed_actions = array(
|
static $allowed_actions = array(
|
||||||
'addmember',
|
'addmember',
|
||||||
'addpage',
|
|
||||||
'buildbrokenlinks',
|
'buildbrokenlinks',
|
||||||
'canceldraftchangesdialog',
|
'canceldraftchangesdialog',
|
||||||
'compareversions',
|
'compareversions',
|
||||||
'createtranslation',
|
'createtranslation',
|
||||||
'delete',
|
|
||||||
'deletefromlive',
|
|
||||||
'deleteitems',
|
'deleteitems',
|
||||||
'dialog',
|
'dialog',
|
||||||
'duplicate',
|
'duplicate',
|
||||||
@ -43,12 +40,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
|||||||
'getversion',
|
'getversion',
|
||||||
'publishall',
|
'publishall',
|
||||||
'publishitems',
|
'publishitems',
|
||||||
'restore',
|
|
||||||
'revert',
|
|
||||||
'rollback',
|
|
||||||
'sidereport',
|
'sidereport',
|
||||||
'submit',
|
'submit',
|
||||||
'unpublish',
|
|
||||||
'versions',
|
'versions',
|
||||||
'EditForm',
|
'EditForm',
|
||||||
'AddPageOptionsForm',
|
'AddPageOptionsForm',
|
||||||
|
@ -43,7 +43,6 @@ class LeftAndMain extends Controller {
|
|||||||
'getsubtree',
|
'getsubtree',
|
||||||
'myprofile',
|
'myprofile',
|
||||||
'printable',
|
'printable',
|
||||||
'save',
|
|
||||||
'show',
|
'show',
|
||||||
'Member_ProfileForm',
|
'Member_ProfileForm',
|
||||||
'EditorToolbar',
|
'EditorToolbar',
|
||||||
|
Loading…
Reference in New Issue
Block a user