Lösung: Es lag an den TCA Overrides. Es funktioniert nur mit $GLOBALS
#$TCA['tt_content']['columns']['casestudy']['config']['type'] = 'passthrough'; #$TCA['tt_content']['columns']['job']['config']['type'] = 'passthrough'; $GLOBALS['TCA']['tt_content']['columns']['casestudy']['config']['type'] = 'passthrough'; $GLOBALS['TCA']['tt_content']['columns']['job']['config']['type'] = 'passthrough'; _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german