Actions
Bug #105390
open`renderFluidTemplateAssetsIntoPageRenderer` does not respect `templateName` for rendering `HeaderAssets` and `FooterAssets`
Status:
Under Review
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2024-10-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using a custom `templateName` for a `FLUIDTEMPLATE` content object, the `renderFluidTemplateAssetsIntoPageRenderer` method does not respect the `templateName` respectively the `controllerAction` as this information is not passed or set before.
Swapping the call order would solve this problem as the `$view->render($templateFilename)` will then set the proper `controllerAction`.
Actions