Project

General

Profile

Actions

Bug #84985

closed

Published workspace record show in page tree

Added by Oliver Hader almost 6 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2018-05-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Steps to reproduce

  • switch to some workspace
  • change title of page & save
  • publish workspace version to live
  • reload page tree

Result

  • page tree shows modified value
  • page tree shows previous old version

Background

When publishing workspace records, the previous old version is still persisted with pid=-1 and t3ver_wsid=0 - that's correct. However, these records are not not filtered in the page tree.

Pointer

Flaws in resolving records in PageTreeRepository::fetchAllPages and maybe in BackendWorkspaceRestriction usage...


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #85742: New page in workspace doesn't load content elements in previewClosed2018-08-03

Actions
Actions #1

Updated by Oliver Hader almost 6 years ago

  • Description updated (diff)
Actions #2

Updated by Oliver Hader almost 6 years ago

  • Description updated (diff)
Actions #3

Updated by Oliver Hader almost 6 years ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review almost 6 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/56941

Actions #5

Updated by Gerrit Code Review almost 6 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/56941

Actions #6

Updated by Tymoteusz Motylewski over 5 years ago

  • Category changed from Pagetree to Workspaces
Actions #7

Updated by Gerrit Code Review over 5 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56941

Actions #8

Updated by Achim Fritz over 5 years ago

same Problem when discard a change in FE Preview

Steps to reproduce:

  • switch to some workspace
  • change title (e.g. "title" to "title2") of page & save
  • go to FE Preview and "discard" Change
  • reload page tree in Backend

Result:
both pages are shown in Tree

DB:

+---------+------+------+--------+-------------+-----------+----------+------------------------+-------------+------------+
| deleted | pid  | uid  | title  | t3ver_count | t3ver_oid | t3ver_id | t3ver_label            | t3ver_state | t3ver_wsid |
+---------+------+------+--------+-------------+-----------+----------+------------------------+-------------+------------+
|       0 | 4710 | 5488 | title  |           0 |         0 |        1 | First draft version    |           0 |          0 |
|       0 |   -1 | 5490 | title2 |           0 |      5488 |        2 | Auto-created for WS #4 |           0 |          0 |
+---------+------+------+--------+-------------+-----------+----------+------------------------+-------------+------------+

Actions #9

Updated by Benni Mack over 5 years ago

Expected result (which should be adapted in PageTreeRepository - line 215) - When in workspace, records which have been published should never show up. These can be identified with "pid = -1 AND t3ver_wsid=0"

Actions #10

Updated by Gerrit Code Review over 5 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56941

Actions #11

Updated by Oliver Hader over 5 years ago

  • Related to Bug #85742: New page in workspace doesn't load content elements in preview added
Actions #12

Updated by Gerrit Code Review over 5 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56941

Actions #13

Updated by Gerrit Code Review over 5 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56941

Actions #14

Updated by Gerrit Code Review over 5 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58902

Actions #15

Updated by Benni Mack over 5 years ago

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

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF