Project

General

Profile

Actions

Task #45214

closed

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

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

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2013-02-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
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

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 1 (0 open1 closed)

Related to TYPO3 Core - Task #29278: Lost relations on copying IRRE children in workspacesRejected2011-08-26

Actions
Actions #1

Updated by Gerrit Code Review about 11 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

Actions #2

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18069

Actions #3

Updated by Gerrit Code Review about 11 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

Actions #4

Updated by Gerrit Code Review about 11 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

Actions #5

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18069

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #9

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #10

Updated by Oliver Hader about 10 years ago

  • Parent task set to #54853
  • Is Regression set to No
Actions #11

Updated by Oliver Hader about 10 years ago

  • Assignee deleted (Oliver Hader)
Actions #12

Updated by Oliver Hader about 10 years ago

  • Status changed from Under Review to Needs Feedback
Actions #13

Updated by Oliver Hader about 10 years ago

  • Status changed from Needs Feedback to On Hold
Actions #14

Updated by Mathias Schreiber about 9 years ago

  • Target version changed from 4.5.23 to 7.5
Actions #15

Updated by Oliver Hader over 8 years ago

  • Status changed from On Hold to Resolved
  • Target version deleted (7.5)

Resolved for TYPO3 CMS 6.2.0

Actions #16

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF