Actions
Bug #102585
closedWorkspace preview link generated by PageTree "show" button contains "&" character
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2023-12-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Prerequisites¶
- TYPO3 12 (I tested it on 12.4.8)
- An additional "Draft" workspace beside the usual "LIVE" workspace
Steps to reproduce¶
- Go to the "Draft" workspace
- Go to a page (any page) > page module
- If you use the "preview" page button on the header, it opens the url:
https://yoursite.com/typo3/workspace/preview-control/?token=<SOME_TOKEN>&id=<ID_OF_THE_PAGE>
BUT if you instead use the context menu of the pagetree (left click> show) the url is
https://yoursite.com/typo3/workspace/preview-control/?token=<SOME_TOKEN>&id=<ID_OF_THE_PAGE>
with
&
instead of
&
There should not be difference; on my Ddev installation both links work the same but I've been reported that it could lead to an error like "503 (The link to the page with ID "0" could not be generated: No site found in root line of page 0)"
The issue seems not to affect TYPO3 v.11 or v.13, just v.12
Updated by Oliver Hader 12 months ago
- Related to Bug #102441: Paste clipboard content - Text in flash message escaped added
Updated by Oliver Hader 12 months ago
- Related to Bug #102458: Copy/Cut of a page with single and double quotes in page title leads to escaped text added
Updated by Oliver Hader 12 months ago
- Status changed from New to Needs Feedback
Most probably this has been fixed with https://review.typo3.org/c/Packages/TYPO3.CMS/+/81865 in TYPO3 v12-dev, will be released with v12.4.9.
Could you please test again with the recent v12 dev branch?
Updated by Riccardo De Contardi 11 months ago
- Status changed from Needs Feedback to Closed
I can confirm that the issue is fixed on 12.4.9
Thank you and sorry for my late reply. Closing it.
Actions