Actions
Bug #98071
closedType error within TYPO3\CMS\Backend\Controller\EditDocumentController::generatePreviewCode
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
Within the class TYPO3\CMS\Backend\Controller\EditDocumentController::generatePreviewCode
the following error can occurred
TYPO3\CMS\Backend\Controller\EditDocumentController::generatePreviewCode(): Return value must be of type string, null returned
The method \TYPO3\CMS\Backend\Routing\PreviewUriBuilder::buildImmediateActionElement
can return null, but the method \TYPO3\CMS\Backend\Controller\EditDocumentController::generatePreviewCode
must return an string.
This can haben, if the preview page ist not accessable.
Maybe a type cast fix these issue.
Files
Actions