Bug #100895
closedf:format.html Not working in E-Mail
100%
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.
Updated by Georg Ringer over 1 year ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79064
Updated by Oliver Hader over 1 year ago
- Related to Task #100637: Use setRequest() in ContentObjectRenderer added
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79064
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79064
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79171
Updated by Oliver Hader over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b35be6bc9762cc5b863b81e662e4ddf04c6ba8f0.