Bug #48021
closedNested FLUIDTEMPLATE doesn't work anymore
100%
Description
It's impossible since version 6.0 to render a FLUIDTEMPLATE content object inside a FLUIDTEMPLATE, because the internal fluid view instance of the parent FLUIDTEMPLATE will be overridden by the children FLUIDTEMPLATE. Patch follows soon...
Test typoscript code:
lib.innerFluid = FLUIDTEMPLATE lib.innerFluid.template = TEXT lib.innerFluid.template.value = B page = PAGE page.10 = FLUIDTEMPLATE page.10.template = TEXT page.10.template.value = A{anotherFluidTemplate}C page.10.variables { anotherFluidTemplate < lib.innerFluid }
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20585
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20585
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20585
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20585
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20585
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21485
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21486
Updated by Stefan Galinski over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e09a41d4e467adca40ec3e11f25a3d1e1166c70f.