[TYPO3-mvc] Using foreign_selector in inline TCA configuration, breaking model
Arjen Hoekema
arjenhoekema at gmail.com
Tue Mar 26 15:06:46 CET 2013
Hi Søren,
I came across this bugfix: https://review.typo3.org/18960
But I can't seem to find the related issue in the Extbase issue tracker :-(
I recently solved this by enabling the "foreign_selector" when the
TYPO3_MODE is set to 'BE' in my TCA file as a workaround:
if (TYPO3_MODE == 'BE') {
$TCA[<table>]['columns'][<col>]['config']['foreign_selector'] = '<field>';
}
Kind regards,
Arjen Hoekema
More information about the TYPO3-project-typo3v4mvc
mailing list