Actions
Bug #91901
closedWorkspaces: Inconsistent preview of live version if live page is hidden
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2020-07-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This is an extract of an edge case that came up with issue #67001:
Start:- Have a workspace on pid 0
- Create a page in live, set it to hidden
- Create a hidden content element on live
- With admin panel settings "show hidden pages" and "show hidden records" NOT selected (shift-reload preview if changing these settings to be sure): The page is shown but no content elements
- With admin panel settings "show hidden pages" and "show hidden records" selected (shift-reload preview if changing these settings to be sure): The page with the content element is shown
- Switch to workspace
- Enable/unhide the page
- Enable/unhide the content element
- With admin panel settings "show hidden pages" and "show hidden records" NOT selected (shift-reload preview if changing these settings to be sure) and slider set to "published version": The live version shows "Page Not Found The page did not exist or was inaccessible. Reason: ID was not an accessible page"
- With admin panel settings "show hidden pages" and "show hidden records" selected (shift-reload preview if changing these settings to be sure) and slider set to "published version": The live page with live content element is shown
--> There is an inconsistency that a hidden page is shown in preview in live even if "show hidden pages/records" is not selected, but in workspace preview the same setting shows an error message for the live version.
Updated by Christian Kuhn over 4 years ago
- Related to Bug #67001: Workspace Pagepreview doesn't work, if the livepage is set to hidden=1 added
Updated by Christian Kuhn over 4 years ago
- Related to Bug #34199: Navigating through 'Live' preview will load 'Workspace' version in 'Live' added
Updated by Christian Kuhn over 4 years ago
- Status changed from New to Closed
Closing, resolved: This has been fixed with the patch for #34199 That gives the workspace preview of the 'live' page the identical behavior as the 'show' in live.
Actions