Bug #87640
closedKeep language reference for associated l10n_mode=exclude children
100%
Description
Scenario¶
Having 1:n child associations being defined as l10n_mode=exclude
on their parent side, currently leads to deleting and recreating the child entity (re-synchronization). For composite relations (children can only exist with their parent - usually accessed through their parent as aggregate root) this is "okay" in terms of domain-driven design. However having large data-sets leads to performance impact during the re-synchronization process.
Aspects¶
- 1:* composite "inline" - confirmed, should be enhanced
- 1:* associations "group", "select" - not confirmed yet, pending
- m:n associations "group", "select" - not confirmed yet, pending
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
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/59629
Updated by Oliver Hader about 6 years ago
- Related to Task #79856: Enhance DataHandler translation and synchronization handling added
Updated by Oliver Hader about 6 years ago
- Related to Bug #80656: l10n_mode=exclude not properly applied when processing ancestors added
Updated by Gerrit Code Review about 6 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/59629
Updated by Gerrit Code Review about 6 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/59629
Updated by Gerrit Code Review about 6 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/59629
Updated by Oliver Hader about 6 years ago
- Related to Bug #80080: IRRE and allowLanguageSynchronization added
Updated by Oliver Hader about 6 years ago
- Related to Bug #80944: Inline records are duplicated upon saving the master record added
Updated by Oliver Hader about 6 years ago
- Related to Bug #82929: sys_file_references filled with duplicate/multiple entries added
Updated by Gerrit Code Review about 6 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/59629
Updated by Gerrit Code Review about 6 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/59629
Updated by Gerrit Code Review about 6 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/59629
Updated by Gerrit Code Review about 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59667
Updated by Oliver Hader about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ef779ca4731b8333fb553ea52f9e0cc59d5cc7dd.
Updated by Benni Mack almost 6 years ago
- Related to Bug #82469: Weird localization behavior of records having IRRE tt_content children added
Updated by Benni Mack almost 6 years ago
- Status changed from Resolved to Closed
Updated by Markus Klein over 5 years ago
- Related to Bug #89271: Inline (IRRE) records are not kept in sync on record save added