Bug #79163
closedWorkspace Preview (ADMCMD_prev=) failing for page with alias
0%
Description
Description¶
As a Backend-User I generate a preview link in the workspace module in the backend.
I send this link to a collegue in order to let him/her preview the workspace content.
I expect the site to stay in workspace-preview-mode and show the content of the workspace when navigating in the frontend.
In general this works as expected, however on some pages the workspace content is NOT shown.
Analysis¶
Initial Preview-Link:
http://www.example.com/index.php?&ADMCMD_prev=8184198ureduineaa6078862ec23b718&id=711&L=1
The ADMCMD_prev value will make TYPO3 save a cookie with the very same value which is then evaluated by the FE and will have the effect that the workspace preview will be shown for any page.
However on pages with an alias the workspace content is not shown
This is a link generated in the menu:
http://www.example.com/index.php?id=someAlias&L=1
When we change someAlias to the numerical id of the page the updated workspace-content is shown/applied.