[TYPO3-dev] IRRE with mm-relations broken?
Albert van der Veen
albert.van.der.veen at xs4all.nl
Tue Feb 2 15:25:12 CET 2010
On 1-2-2010 14:52, Steffen Ritter wrote:
> Hey list,
> just stumbling over an problem I currently do not know if I have some
> configuration problems or if the relation type just broke.
>
> I configured a field like this:
> 'seiten' => array(
> 'exclude' => 0,
> 'label' => 'LLL:EXT:...',
> 'config' => array(
> 'type' => 'inline',
> 'appearance' => array(
> 'collapseAll' => true,
> 'expandSingle' => true,
> 'newRecordLinkAddTitle' => true,
> 'newRecordLinkPosition' => 'both',
> 'useSortable' => true,
> ),
> 'minitems' => 0,
> 'maxitems' => 9999,
> 'foreign_table' => 'tx_rsarticles_domain_model_seite',
> 'MM' => 'tx_rsarticles_artikel_seite_mm',
> )
> ),
>
> The inline records are shown - but saved commasepareated to the parent
> record - not to the MM-table.
>
> I am missing something or is there currently a bug?
>
> regards
>
> Steffen
Hi Steffen,
I don't think the MM config switch is functional since 4.2 (see my post
in the IRRE group of 25-11-2008). I used this config on 4.1 and it broke
down after upgrading to 4.2. It's still in the core api doc however
(maybe it's back in 4.3? - haven't tested that).
If you want to use an intermediate table, have a look at the tca defs in
the irre_tutorial ext - they are a good starting point.
grtz,
Albert
More information about the TYPO3-dev
mailing list