Commit 383cdba
[BUGFIX] Respect
Rendering assets in fluid templates via the special
"HeaderAssets" and "FooterAssets" sections does now
properly work with a given "templateName" by rendering
the "view" before assets rendering takes place, as this
does internally correctly set the template name.
Resolves: #105390
Releases: main, 13.4
Change-Id: I7cb102a79c35a3e054d5d7d93027c5c9609aba20
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86687
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Oliver Bartsch <bo@cedev.de>templateName for fluid template assets rendering1 parent 10e0e7f commit 383cdba
File tree
3 files changed
+8
-3
lines changed- typo3/sysext/frontend
- Classes/ContentObject
- Tests/Functional/Fixtures/Extensions/test_fluid_template
- Configuration/TypoScript
- Resources/Private/Templates
3 files changed
+8
-3
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | | - | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments