Project

General

Profile

Bug #16569 » 0004226.patch

Administrator Admin, 2007-05-12 14:24

View differences:

typo3/sysext/cms/layout/db_new_content_el.php (Arbeitskopie)
$config = &$TCA['tt_content']['columns'][$fN]['config'];
$authModeDeny = $config['type']=='select' && $config['authMode'] && !$GLOBALS['BE_USER']->checkAuthMode('tt_content',$fN,$fV,$config['authMode']);
if ($authModeDeny || in_array($fV,$removeItems)) {
if ($authModeDeny || ($fN=='CType' && in_array($fV,$removeItems))) {
// Remove element all together:
unset($wizardItems[$key]);
break;
(2-2/2)