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)
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81499
Updated by Gerrit Code Review 12 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81901
Updated by Benni Mack 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 93c1559874445942dbe54a85b735b94978b2e649.
Updated by Philipp Kitzberger 3 months ago
go to Worskpace Module and generate the "generate page preview links" (btw: why it is plural??)
Because it's generating one link per language of the current site.
Actions