Bug #83006
closedL10nModeUpdater does not trigger custom language state
100%
Description
L10nModeUpdater is used to migrate l10n_mode
settings exclude
and mergeIfNotBlank
. In case mergeIfNotBlank
is used, the localization state is set to custom
if the according field value of the localized record is not empty (not blank). This state value is defined after DataMapProcessor
has been executed - however, this information is essential for that processing. That's why the processing order has to be changed to:
- determine l10n_state value (either "parent" or "custom")
- execute DataMapProcessor & hand over the l10n_state (if available)
- persist the result of the synchronization using DataHandler
Updated by Gerrit Code Review about 7 years ago
- Status changed from Accepted to Under Review
Patch set 3 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54656
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54657
Updated by Gerrit Code Review about 7 years ago
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/54657
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54656
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54656
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54656
Updated by Gerrit Code Review about 7 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/54657
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54657
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54657
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54657
Updated by Gerrit Code Review about 7 years ago
Patch set 7 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54656
Updated by Gerrit Code Review about 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54657
Updated by Gerrit Code Review about 7 years ago
Patch set 8 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54656
Updated by Helmut Hummel about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 31fa79ceee7d9a8c3e075d83f2348eb37361a3fc.