Actions
Bug #99502
closedEnsure proper return value in Uri\PageViewHelper
Status:
Closed
Priority:
Should have
Assignee:
Category:
Fluid
Target version:
Start date:
2023-01-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Creating a link to a non existing or hidden page leads to the exception
TYPO3\CMS\Fluid\ViewHelpers\Uri\PageViewHelper::renderFrontendLinkWithCoreContext(): Return value must be of type string, null returned
when using inline syntax with no child node:
{f:uri.page(pageUid:123)}
Actions