Bug #82954 ยป typo3-8-7-8_3.patch
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'];
|