From 1a070182aa073e23d3f38285e7238501423df8f3 Mon Sep 17 00:00:00 2001 From: Tolleiv Nietsch <info@tolleiv.de> Date: Thu, 20 Jan 2011 16:30:09 +0000 Subject: [PATCH] Fixed bug #17104: "Create new workspace projects" in be_users/be_groups not required anymore git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10163 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ t3lib/stddb/tbl_be.php | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81011b9ae4c8..4b4931b9da6b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-20 Tolleiv Nietsch <typo3@tolleiv.de> + + * Fixed bug #17104: "Create new workspace projects" in be_users/be_groups not required anymore + 2011-01-20 Francois Suter <francois.suter@typo3.org> * Fixed bug #17114: Install Tool does not install extensions properly diff --git a/t3lib/stddb/tbl_be.php b/t3lib/stddb/tbl_be.php index 937a8437ddb5..fd0db97a6378 100644 --- a/t3lib/stddb/tbl_be.php +++ b/t3lib/stddb/tbl_be.php @@ -249,7 +249,6 @@ $TCA['be_users'] = array( 'items' => array( array('LLL:EXT:lang/locallang_tca.xml:workspace_perms_live', 0), array('LLL:EXT:lang/locallang_tca.xml:workspace_perms_draft', 0), - array('LLL:EXT:lang/locallang_tca.xml:workspace_perms_custom', 0), ), 'default' => 3 ) @@ -511,7 +510,6 @@ $TCA['be_groups'] = array( 'items' => array( array('LLL:EXT:lang/locallang_tca.xml:workspace_perms_live', 0), array('LLL:EXT:lang/locallang_tca.xml:workspace_perms_draft', 0), - array('LLL:EXT:lang/locallang_tca.xml:workspace_perms_custom', 0), ), 'default' => 0 ) -- GitLab