Bug #76218
closedBug #46389: Faulty Workspace Placeholders
Labels of move placeholders are misleading
100%
Description
When moving elements around in workspaces, there are two additional records used to mark the former position and the target position.
The t3ver_state MOVE_PLACEHOLDER (3) and the t3ver_state MOVE_POINTER (4) are then used to create labels according to that position.
case new VersionState(VersionState::MOVE_PLACEHOLDER): $parts[] = 'NEW LOCATION (PLH) WSID#' . $row['t3ver_wsid']; break; case new VersionState(VersionState::MOVE_POINTER): $parts[] = 'OLD LOCATION (PNT) WSID#' . $row['t3ver_wsid']; break;
But actually the PLACEHOLDER marks the OLD LOCATION, while the POINTER marks the NEW LOCATION.
Just got confused by that while digging deeper into workspace problems of Gridelements.
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63800
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63800
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63777
Updated by Benni Mack over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6a040f803f00b8d953f0048eaa710e4df5453e03.