Actions
Bug #97169
closedAvoid undefined array key warnings in PreviewUriBuilder
Start date:
2022-03-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
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.
Actions