Project

General

Profile

Actions

Bug #80141

closed

Add allowLanguageSynchronization chain resolving

Added by Oliver Hader about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Localization
Target version:
-
Start date:
2017-03-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

Currently the localization behavior does not consider localization chains concerning field values to be synchronized over multiple localization hops that use the relative l10n_state "source".

Imagine the following scenario of content element:
  • [uid:10, sys_language_uid:0, l18n_parent:0, l10n_source:0, header:Value]
  • [uid:11, sys_language_uid:1, l18n_parent:10, l10n_source:10, header:Value, l10n_state:{header:parent}]
  • [uid:12, sys_language_uid:2, l18n_parent:10, l10n_source:11, header:Value, l10n_state:{header:source}]

Now if the record of the default record (uid:10) will be updated and the header value set to "Modified", only direct dependents would be synchronized. The automated update of the direct-child localization record (uid:11) does not trigger another update for the grand-child localization (uid:12). To achieve this, the data-map processor has been extended to collect new modifications to the data-map caused by synchronization processes - as long as modifications could be determined, another synchronization round is triggered for the modified items. This way the localization chain is completely synchronized if required, depending on the according l10n_state settings.


Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Task #79244: Streamline l10n_mode exclude data processingAcceptedOliver Hader

Actions
Related to TYPO3 Core - Bug #94056: Selecting wrong translation while synchronizeInlineRelationsClosedAlexander Opitz2021-05-04

Actions
Precedes TYPO3 Core - Bug #80944: Inline records are duplicated upon saving the master recordNew2017-03-06

Actions
Actions #1

Updated by Oliver Hader about 7 years ago

  • Category set to Localization
Actions #2

Updated by Gerrit Code Review about 7 years ago

  • Status changed from New to Under Review

Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51952

Actions #3

Updated by Gerrit Code Review about 7 years ago

Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51952

Actions #4

Updated by Gerrit Code Review about 7 years ago

Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51952

Actions #5

Updated by Oliver Hader about 7 years ago

  • Description updated (diff)
Actions #6

Updated by Gerrit Code Review about 7 years ago

Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51952

Actions #7

Updated by Oliver Hader about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Xavier Perseguers almost 7 years ago

  • Precedes Bug #80944: Inline records are duplicated upon saving the master record added
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Oliver Hader almost 4 years ago

  • Related to Task #79244: Streamline l10n_mode exclude data processing added
Actions #11

Updated by Alexander Opitz almost 3 years ago

  • Related to Bug #94056: Selecting wrong translation while synchronizeInlineRelations added
Actions

Also available in: Atom PDF