Project

General

Profile

Actions

Bug #48021

closed

Nested FLUIDTEMPLATE doesn't work anymore

Added by Stefan Galinski almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2013-05-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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
}
Actions

Also available in: Atom PDF