Bug #44301
closedInvalid call to t3lib_TCEmain::processRemapStack()
100%
Description
The remap stack in t3lib_TCEmain/DataHandler is dedicated to process pending records and references after all database operations. This occurs if child-parent-structures are handled and not all data has been persisted yet.
However, there's one call that at least influences this behaviour on workspaces using IRRE records, which should happen at the end of processing data-map or command-map - here's the call-stack:- copyRecord_raw($table, $uid, $pid, $overrideArray, $workspaceOptions)
- insertNewCopyVersion($table, $fieldArray, $realPid)
- processRemapStack()
This behaviour has been introduced in 2007 in ecff9833c02e6bc61d98a6ff4b34b741c5d732ad with a first draft to get IRRE working in workspaces, which was then partly reverted during TYPO3 4.2 development - but some changes obviously have been overseen.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/17344
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/17345
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17354
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at https://review.typo3.org/17356
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17358
Updated by Oliver Hader almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 44f7fdd3586892b195987640ddb81590907b9e70.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed