Task #45132
closedEpic #55070: Workpackages
Epic #54851: WP: Workspaces IRRE & MM bugfixes
Story #54853: As a user I want to correctly create, modify, preview and publish IRRE & MM related workspace changes
Task #56376: Invalid relations of IRRE records in workspaces
Faulty translation behavior of IRRE using workspaces
0%
Description
The translation behavior of IRRE child records on workspaces is wrong on plain new records.
Inline Relational Records editing used the most specific version of a record for references. In case of creating new records on a workspace, a version placeholder record will be generated as well as a specific version to overlay that placeholder. Translations of a record will copy the accordant record and refer to it by using the l18n_parent field ("transOrigPointerField" in TCA). For historic reasons the uid of the placeholder record is used in that case instead of the most specific version - otherwise relations between original and translation are not recognized in several places in TYPO3 (which is actually the real bug, but cannot be resolved easily on the fly for historical reasons).
Thus, the bug fix is to use the uid of the placeholder record in those cases instead and to adopt the form view component of IRRE to recognize those placeholders as translation parents as well.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17999
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17999
Updated by Gerrit Code Review almost 12 years ago
Patch set 3 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17999
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18235
Updated by Gerrit Code Review almost 12 years ago
Patch set 4 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17999
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/18585
Updated by Oliver Hader almost 11 years ago
- Parent task set to #54853
- Is Regression set to No
Updated by Oliver Hader almost 11 years ago
- Status changed from Under Review to Needs Feedback
Updated by Oliver Hader almost 11 years ago
- Status changed from Needs Feedback to On Hold
Updated by Oliver Hader over 10 years ago
- Parent task changed from #54853 to #56376
Updated by Oliver Hader over 10 years ago
- Status changed from On Hold to Rejected
Solved with issue #56376