Project

General

Profile

Bug #82954 ยป typo3-8-7-8_3.patch

Daniel Hinderink, 2017-11-08 16:16

View differences:

sysext/backend/Classes/Form/FormDataProvider/TcaInline.php
$result['databaseRow'][$fieldName]
);
}
$connectedUidsOfLocalizedOverlay = $this->getWorkspacedUids($connectedUidsOfLocalizedOverlay, $childTableName);
$result['databaseRow'][$fieldName] = implode(',', $connectedUidsOfLocalizedOverlay);
if ($result['inlineCompileExistingChildren']) {
$tableNameWithDefaultRecords = $result['tableName'];
    (1-1/1)