Skip to content
Snippets Groups Projects
Commit d51e3d08 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Oliver Hader
Browse files

[BUGFIX] Use f:format.raw in recycler partials

Since #91080, TemplateService tries to fetch a site configuration from
TSFE. As EXT:recycler uses the f:format.html ViewHelper, a TSFE is
mocked which breaks the request.

This bugfix makes use of f:format.raw instead, as

1. this fixes the issue
2. f:format.html is not required at all

Resolves: #91131
Related: #91080
Releases: master
Change-Id: Ic2b1de9aa2b419641509e755ab4d179f69178651
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64249


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 0bcbb401
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment