Task #45214
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
Problems on publishing complex IRRE structure
0%
Description
Imagine the following IRRE parent-child structure. The important thing is, that Price is created by different parents.
- Hotel
- Offer
- Price
- Flight
- Price
- Offer
On publishing this structure, most likely the last Price element gets lost. The reason for that is simple and located in the command map resolver, that is used to correctly publish the single elements from outer-most parent (root) to all dependent children (leafs). The result of the resolver is a "cmdmap" array to be used in t3lib_TCEmain/DataHandler.
The Price object below Offer already defines the array elements for Price which gets completed by the child of Flight later on. The resulting "cmdmap" looks like this:
cmd[Hotel]1 = ...
cmd[Price]1 = ...
cmd[Price]2 = ...
cmd[Flight]1 = ...
However, all elements of the Price object must be process after the Flight object, which is a relative parent in this case.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch 4.5 has been pushed to the review server.
It is available at https://review.typo3.org/18068
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18069
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch 4.5 has been pushed to the review server.
It is available at https://review.typo3.org/18068
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch 4.5 has been pushed to the review server.
It is available at https://review.typo3.org/18068
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18069
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21094
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/21103
Updated by Michael Stucki about 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki about 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Oliver Hader about 11 years ago
- Parent task set to #54853
- Is Regression set to No
Updated by Oliver Hader about 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 Mathias Schreiber about 10 years ago
- Target version changed from 4.5.23 to 7.5
Updated by Oliver Hader over 9 years ago
- Status changed from On Hold to Resolved
- Target version deleted (
7.5)
Resolved for TYPO3 CMS 6.2.0