Bug #93791
closedInline synchronize/localize does not fully work with FAL
100%
Description
TCA from tx_styleguide_inline_fal inline_5:
'inline_5' => [ 'label' => 'inline_5 appearance localization toggles', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'inline_5', [ 'appearance' => [ 'showPossibleLocalizationRecords' => true, 'showRemovedLocalizationRecords' => true, 'showAllLocalizationLink' => true, 'showSynchronizationLink' => true, ] ], $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext'] ), ],
Then have a default language element with a child, have a translated element without child, then click "synchronize" button in the translated element. See image as result: The element is synchronized, but the "shadowed" row does not vanish.
Files
Updated by Christian Kuhn over 3 years ago
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68526
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68529
Updated by Christian Kuhn over 3 years ago
- Related to Bug #93792: FormEngine placeholder fields not initialized on localize/synchronize added
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68526
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68529
Updated by Christian Kuhn over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9776c897dcbb9164ec4deeb443c94b610603a81a.