Bug #102080
closedFooterInfo in Backend ContentPreviewRenderer not called
0%
Description
Method getFooterInfo (Row 162) in TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumnItem is never called.
It should be called in getPreview (73) before Row 99 and parse it to wrapPageModulePreview.
Nice to have would be two new properties in PageContentPreviewRenderingEvent to override also the header and footer like the content property.
*Also a nice to have would be the option to extend the previewContent instead of replacing it.
Updated by Benni Mack 5 months ago
- Status changed from New to Closed
Hey,
as you can see, the method is called in Fluid: https://github.com/TYPO3/typo3/blob/3c64d2d9edb042e4258087c27a6f93453121e520/typo3/sysext/backend/Resources/Private/Partials/PageLayout/RecordDefault/Footer.html#L4
So, IMHO this is completely fine. If you feel there is still an issue, let me know and I will re-open the ticket.