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:
Ingo Schommer 2010-12-20 00:16:49 +00:00 committed by Sam Minnee
parent 77c5701fa6
commit 6a02f2edb5
3 changed files with 0 additions and 9 deletions

View File

@ -27,13 +27,11 @@ class AssetAdmin extends LeftAndMain {
'deletefolder',
'deletemarked',
'DeleteItemsForm',
'deleteUnusedThumbnails',
'doUpload',
'getfile',
'getsubtree',
'movemarked',
'removefile',
'save',
'savefile',
'sync',
'uploadiframe',

View File

@ -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',

View File

@ -50,7 +50,6 @@ class LeftAndMain extends Controller {
'getsubtree',
'myprofile',
'printable',
'save',
'show',
'Member_ProfileForm',
'EditorToolbar',