[TYPO3-irre] MM config option not supported in 4.2?

Albert van der Veen albert.van.der.veen at xs4all.nl
Wed Nov 26 11:27:32 CET 2008


[sending this again, as post seems to have expired for some reason]

Hi Oliver,

Can you confirm that it's not possible to use the 'MM' option in typo3 
4.2? I mention a problem with this in my post of 16-10 and finally had 
some time to look into the source of t3lib_tcemain.

The new function checkValue_inline_processDBdata which is now used 
instead of checkValue_group_select_processDBdata for fields of type 
inline seems to have code only for the cases 'pointer field' and 'comma 
separated values'.

In t3lib_tcemain for typo3 4.1.7 the following code in 
checkValue_group_select_processDBdata writes mm relations for inline 
fields if 'MM' is configured:
                 $dbAnalysis->writeMM($tcaFieldConf['MM'],$id,$prep);


Perhaps I'm missing something?

thanks,
Albert


More information about the TYPO3-project-irre mailing list