Project

General

Profile

Actions

Bug #76218

closed

Bug #46389: Faulty Workspace Placeholders

Labels of move placeholders are misleading

Added by Jo Hasenau almost 8 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Start date:
2016-05-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

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.

Actions #1

Updated by Jo Hasenau almost 8 years ago

  • Parent task set to #46389
Actions #2

Updated by Benni Mack almost 5 years ago

  • Target version changed from next-patchlevel to Candidate for patchlevel
Actions #3

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

Actions #4

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

Actions #5

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

Actions #6

Updated by Benni Mack about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF