Skip to content
Snippets Groups Projects
Commit 4ec169f2 authored by Devid Messner's avatar Devid Messner Committed by Anja Leichsenring
Browse files

[BUGFIX] Add additional GetVars to workspace preview url

Resolves: #87147
Releases: master, 9.5
Change-Id: Ia909104bc663d4191f21cb1bf0e25c0212388e2f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59133


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent d44e84fc
No related merge requests found
......@@ -45,6 +45,7 @@ class BackendUtilityHook
{
if ($GLOBALS['BE_USER']->workspace !== 0) {
$viewScript = GeneralUtility::makeInstance(PreviewUriBuilder::class)->buildUriForWorkspaceSplitPreview((int)$pageUid, false);
$viewScript .= $additionalGetVars ?: '';
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment