Bug #82558 » fixMmTranslationsAreWrongAfterTcaSave.diff
typo3-old/cms/typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php 2017-12-14 22:15:36.000000000 +0100 | ||
---|---|---|
) {
|
||
$this->modifyDataMap(
|
||
$item->getTableName(),
|
||
$item->getId(),
|
||
$fromId,
|
||
[$fieldName => $fromValue]
|
||
);
|
||
return;
|
||
... | ... | |
'',
|
||
$tableNames,
|
||
$manyToManyTable,
|
||
$fromId,
|
||
$item->getId(),
|
||
$item->getFromTableName(),
|
||
$configuration['config']
|
||
);
|
- « Previous
- 1
- 2
- Next »