Actions
Bug #102216
closedWorkspace link preview (via "generate page preview links") of disabled page leads to 404 error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2023-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Prerequisites¶
- TYPO3 v. 12.4.7
- a "Draft" worskspace
Steps to reproduce¶
- create a new page in LIVE worskspace; the page is hidden (disabled) by default
- you can preview the page in the same browser you're logged in (with the "Preview" yellow box)
- switch to "Draft" worskpace > the page is still hidden
- go to Worskpace Module and generate the "generate page preview links" (btw: why it is plural??)
- open another browser (e.g. in incognito mode) and visit the link
Result¶
- the page does not exist (404 error)
- It works if you enable the page in the "Draft" worskspace.
Notes¶
- the behavior is not the same on version 11.5.32 : on version 11 the workspace preview link of a disabled page works
- the behavior is even different on version 13 (latest main): the workspace preview link works, but it seems that there is no "yellow box" which says you're looking at a worskpace preview (the box is visible when you generate the link of a non-hidden page)
Actions