Skip to content
Snippets Groups Projects
Commit b1cb4f27 authored by Francois Suter's avatar Francois Suter Committed by Benni Mack
Browse files

[BUGFIX] Avoid undefined array key warnings in PreviewUriBuilder

In class \TYPO3\CMS\Workspaces\Preview\PreviewUriBuilder the value
for TSconfig option "options.workspaces.previewPageId" is tested for a
syntax like field:value but if the actual value does not use a colon,
it will result in an undefined array key warning.

Resolves: #97169
Releases: main, 11.5
Change-Id: I08fc2865a7163e7770bf6ee56a24369b15ff0240
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73879


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 6c0a4c45
Branches
Tags
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