[TYPO3-german] Re: Viewhelper für Ausgabe tt_content in eigener Extbase Extension

mac pat me at patric.at
Tue Mar 6 12:09:26 CET 2018


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';


More information about the TYPO3-german mailing list