[TYPO3-dev] TCA > select > foreign_table_where > ###THIS_UID###

Philipp Wrann philippwrann at gmail.com
Tue Sep 9 09:21:20 CEST 2014


'temporary_occasions' => array(
			'exclude' => 1,
			'label' => $ll.'TemporaryOccasion',
			'config' => array(
				'type' => 'select',
				'disableNoMatchingValueElement' => TRUE,
				'foreign_table' => temporaryoccasion',
				'foreign_field' => 'object',
				'foreign_table_where' => ' AND temporaryoccasion.object=###THIS_UID###',
				'size' => 10,
				'readOnly' => TRUE
			),
			'l10n_mode' => 'exclude'
		),

Is not working in Backend context, the list is simply empty. TYPO3 Version is 6.2

here is a similar topic:
http://forum.typo3.org/index.php/t/188203/backend-tca-foreign-table-where-this-uid-



More information about the TYPO3-dev mailing list