From: tolleiv Date: Sun, 20 Feb 2011 21:25:58 +0000 (+0000) Subject: Fixed bug #13098:Hide sys_workspace_stage in list view (Thanks to Andreas Kiessling) X-Git-Tag: TYPO3_6-2-0alpha1~18^2~160 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/135fa0c91a4bcbc698c13301d994afe7a109a59d Fixed bug #13098:Hide sys_workspace_stage in list view (Thanks to Andreas Kiessling) git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4142 743128fe-103e-dd11-99c4-001b210b3e58 --- diff --git a/typo3/sysext/workspaces/ChangeLog b/typo3/sysext/workspaces/ChangeLog index 6052b8ebd04e..fef7244d397e 100644 --- a/typo3/sysext/workspaces/ChangeLog +++ b/typo3/sysext/workspaces/ChangeLog @@ -1,3 +1,7 @@ +2011-02-20 Tolleiv Nietsch + + * Fixed bug #13098:Hide sys_workspace_stage in list view (Thanks to Andreas Kiessling) + 2011-02-20 Steffen Kamper * Changes according to changed ExtDirect inclusion (#17592) diff --git a/typo3/sysext/workspaces/ext_tables.php b/typo3/sysext/workspaces/ext_tables.php index f5fe7e8e6339..55073e37a92a 100644 --- a/typo3/sysext/workspaces/ext_tables.php +++ b/typo3/sysext/workspaces/ext_tables.php @@ -3,7 +3,7 @@ if (!defined ('TYPO3_MODE')) { die ('Access denied.'); } // avoid that this block is loaded in the frontend or within the upgrade-wizards -if (TYPO3_MODE == 'BE' && !(TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_INSTALL)) { +if (TYPO3_MODE == 'BE' && !(TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_INSTALL)) { /** * Registers a Backend Module */ @@ -71,6 +71,7 @@ $TCA['sys_workspace_stage'] = array( 'title' => 'LLL:EXT:workspaces/Resources/Private/Language/locallang_db.xml:sys_workspace_stage', 'adminOnly' => 1, 'rootLevel' => 1, + 'hideTable' => TRUE, 'delete' => 'deleted', 'iconfile' => 'sys_workspace.png', 'typeicon_classes' => array(