Bug #96417
closedpreviewRendererResolver override does not fully work
0%
Description
Currently the "previewRendererResolver" does not fully work.
In `\TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumnItem? both functions `getPreview` and `getFooterInfo` call the original and seem not to resolve the one set as mentioned by the docs.
Instead the `StandardPreviewRendererResolver` is called
Updated by Jonathan Kieling over 2 years ago
Hi there,
I can confirm this for 10.4.28. I'm using a workaround by replacing the resolver with a custom implementation via symfony DI in my own Services.yaml.
services:
TYPO3\CMS\Backend\Preview\StandardPreviewRendererResolver:
class: \YOUR_NAMESPACE\YOUR_IMPLEMENTING_CLASS
public: true
Updated by Benni Mack 5 months ago
- Status changed from New to Closed
Hey Henni,
I'm closing this ticket:
a) it is related to the documentation part, not the core code
b) the resolver is not meant to be overridden
c) the 10.4 docs have been adapted (can't find the snippet anymore)
d) 11.5+ does not contain any information anymore.
Hope that's OK for you