Bug #84985
Updated by Oliver Hader over 6 years ago
h3. Steps to reproduce
* switch to some workspace
* change title of page & save
* publish workspace version to live
* reload page tree
h3. Result
* page tree shows modified value
* page tree shows previous old version
h3. 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.
h3. Pointer
Flaws in resolving records in @PageTreeRepository::fetchAllPages@ and maybe in @BackendWorkspaceRestriction@ usage...