[TYPO3-mvc] Multiple MM relations using the same relation table with ident column

Tobias Pinnekamp typo3 at tpinne.de
Mon Jul 27 12:54:44 CEST 2009


Hi Steffen,

> there is a patch writing the correct table name in MM, so may be it's
> related to your problem.
> http://forge.typo3.org/issues/show/3974
>
> be sure you use the latest rev from forge, not the trunk version of core.

I use the latetst versions from 
https://svn.typo3.org/TYPO3v4/CoreProjects/MVC where the path is already 
applied.

Maybe my tca configuration is missing something. Here the config of one 
of those mm fields:


'config' => array(
	'type' => 'select',
	'size' => 5,
	'minitems' => 0,
	'maxitems' => 5,
	'foreign_class' => 'Tx_MovieDb_Domain_Model_Person',
	'foreign_table' => 'tx_moviedb_domain_model_person',
	'MM' => 'tx_moviedb_movie_person_mm',
	'MM_match_fields' => array('ident'=>'directors')
)


Thanks for your help.
Tobias


More information about the TYPO3-project-typo3v4mvc mailing list