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:
Ingo Schommer 2010-12-20 01:32:05 +00:00 committed by Sam Minnee
parent f3d1b0d08c
commit 37bc43b07a
3 changed files with 0 additions and 10 deletions

View File

@ -45,8 +45,6 @@ class AssetAdmin extends LeftAndMain {
'getsubtree', 'getsubtree',
'movemarked', 'movemarked',
'removefile', 'removefile',
'save',
'savefile',
'uploadiframe', 'uploadiframe',
'UploadForm', 'UploadForm',
'deleteUnusedThumbnails' => 'ADMIN' 'deleteUnusedThumbnails' => 'ADMIN'

View File

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

View File

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