Task #45214
Epic #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
Status: | On Hold | Start date: | 2013-02-06 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Workspaces | Spent time: | - | |
Target version: | 7.5 | |||
TYPO3 Version: | 4.7 | Complexity: | ||
PHP Version: | 5.3 | Sprint Focus: |
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.
Related issues
History
#1 Updated by Gerrit Code Review over 2 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
#2 Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18069
#3 Updated by Gerrit Code Review over 2 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
#4 Updated by Gerrit Code Review over 2 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
#5 Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18069
#6 Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21094
#7 Updated by Gerrit Code Review about 2 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
#8 Updated by Michael Stucki over 1 year ago
- Category changed from Bugs to Workspaces
#9 Updated by Michael Stucki over 1 year ago
- Project changed from Workspaces & Versioning to Core
- Category changed from Workspaces to Workspaces
#10 Updated by Oliver Hader over 1 year ago
- Parent task set to #54853
- Is Regression set to No
#11 Updated by Oliver Hader over 1 year ago
- Assigned To deleted (
Oliver Hader)
#12 Updated by Oliver Hader over 1 year ago
- Status changed from Under Review to Needs Feedback
#13 Updated by Oliver Hader over 1 year ago
- Status changed from Needs Feedback to On Hold
#14 Updated by Mathias Schreiber 6 months ago
- Target version changed from 4.5.23 to 7.5