[TYPO3-dev] Possible bug: Relations with MM_opposite_field don't update the relation count of opposite field
Steffen Kamper
ks at dislabs.de
Thu Feb 25 18:24:38 CET 2010
Hi,
i also found the point why refindex never is written with opposite
field. Have a look at t3lib_refindex::getRelations_procDB
if($conf['MM_opposite_field']) {
return array();
}
So core never writes refindex with biderictional MM, that's imho a bug.
Reason is, that the relation can be changed from both sides, i think
it's only not clear how to handle this.
vg Steffen
More information about the TYPO3-dev
mailing list