[TYPO3-english] IRRE inline foreign_table and localization records
Sören Kracker
s.kracker at kopfstand-mail.de
Mon Apr 23 16:19:01 CEST 2012
Hi list,
I've got this TCA for a field in the model of an extbase extension:
'config' => array(
'type' => 'inline',
'foreign_table' => 'tx_myext_domain_model_myfield',
'foreign_field' => 'myforeignfield',
'foreign_sortby' => 'sorting',
'maxitems' => 127,
'appearance' => array(
'collapse' => 0,
'levelLinksPosition' => 'top',
'showSynchronizationLink' => 1,
'showPossibleLocalizationRecords' => 0,
'showAllLocalizationLink' => 0
),
),
In backend I'd like to see only the records in default language, but it
keeps displaying all records (in all languages) that are assigned.
I've tried 'foreign_table_where' => 'AND sys_language_uid = 0', but this
didn't change anything. Of course caches are cleared properly.
What am I missing? This should be possible, I think.
Greetings
Sören
More information about the TYPO3-english
mailing list