Index: typo3/sysext/workspaces/ext_tables.php =================================================================== --- typo3/sysext/workspaces/ext_tables.php (revision 10464) +++ typo3/sysext/workspaces/ext_tables.php (working copy) @@ -3,7 +3,7 @@ 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 @@ '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(