[TYPO3-mvc] Cannot update mm-relation (missing tablenames)
Xavier Perseguers
typo3 at perseguers.ch
Sat Sep 18 15:16:24 CEST 2010
Hi,
Just found out that update of mm-relations fails because the
"tablenames" column in the _mm table is not populated.
In Backend.php there's a comment:
// FIXME Reenable support for tablenames
// $childTableName = $columnMap->getChildTableName();
// if (isset($childTableName)) {
// $row['tablenames'] = $childTableName;
// }
I really don't know why this is commented out because if I uncomment it,
it then works as it should.
Xavier
More information about the TYPO3-project-typo3v4mvc
mailing list