Project

General

Profile

Bug #23487 » 15611_v2.diff

Administrator Admin, 2010-09-02 21:17

View differences:

typo3/sysext/cms/ext_tables.php (working copy)
'versioning_followPages' => true,
'origUid' => 't3_origuid',
'type' => 'CType',
'hideAtCopy' => true,
'prependAtCopy' => 'LLL:EXT:lang/locallang_general.xml:LGL.prependAtCopy',
'copyAfterDuplFields' => 'colPos,sys_language_uid',
'useColumnsForDefaultValues' => 'colPos,sys_language_uid',
typo3/sysext/cms/layout/db_layout.php (working copy)
// For all elements to be shown in draft workspaces:
if ($GLOBALS['BE_USER']->workspace!=0) {
$this->MOD_SETTINGS['tt_content_showHidden'] = 1;
// Show also hidden elements by default if user hasn't disabled the option
} elseif ($this->MOD_SETTINGS['tt_content_showHidden'] !== '0') {
$this->MOD_SETTINGS['tt_content_showHidden'] = 1;
}
}
(2-2/2)