Actions
Bug #100895
closedf:format.html Not working in E-Mail
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2023-05-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
The Viewhelper f:format will not work in E-Mails any more, since it expects to get a valid request. But E-Mails have no request element, which leads to a error. This can be fixed by simply changing the line 175 in HtmlVieHelper.php to:
if($request!=null) $contentObject->setRequest($request);
The same Problem might also exist for other ViewHelpers (not tested).
I hope this gets patched as soon as possible, since it breaks felogin PasswordRecovery functionality.
Actions