[TYPO3-mvc] Using foreign_selector in inline TCA configuration, breaking model

"Søren Andersen" hacksaw at zpeed.dk
Wed Mar 27 10:26:44 CET 2013


Hi Arjen

Great solution, Thanks. It doesn't matter if it breaks backend modules,
because I only need standard TYPO3 in the backend.

Sincerely,
Søren Andersen

> 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
>
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>




More information about the TYPO3-project-typo3v4mvc mailing list