Actions
Bug #91139
closedException when ViewHelper f:format.html is used in backend context in latest master Branch
Start date:
2020-04-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Maybe because of the commit edcef47ff87e514a53f01e4be26a22a41278de84 we're running now into:
Call to undefined method stdClass::getSite()
We're using PreviewRenderer for content elements previews. In the renderer class a fluid standalone class is used with a HTML-Template.
If the template simply contains:
<f:format.html>></f:format.html>
It will lead to this error.
Actions