Project

General

Profile

Bug #77618 ยป typo3-core-patch.diff

Simon Dawes, 2017-05-09 07:43

View differences:

typo3_src-7.6.18.b/typo3/sysext/workspaces/Classes/Service/WorkspaceService.php 2017-05-04 04:41:37.522332550 +0000
}
// Consider records that are moved to a different page
$movePointer = new VersionState(VersionState::MOVE_POINTER);
$joinStatement = '(A.t3ver_oid=B.uid AND A.t3ver_state<>' . $movePointer
. ' OR A.t3ver_oid=B.t3ver_move_id AND A.t3ver_state=' . $movePointer . ')';
$joinStatement = '(A.t3ver_oid=B.uid AND A.t3ver_state<>' . $movePointer . ')';
// Select all records from this table in the database from the workspace
// This joins the online version with the offline version as tables A and B
    (1-1/1)