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 about 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

Also available in: Atom PDF