Actions
Bug #21032
closedTyposcript template "next level" chaining doesn't work as expected
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-10-13
Due date:
2011-05-01
% Done:
0%
Estimated time:
TYPO3 Version:
3.8
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are 3 typoscript templates in a "template storage" sysfolder.
- menu_level1
- menu_level2
- menu_level3
"menu_level1" is loaded in the root of the site as "Template on next level". "menu_level1" loads "menu_level2" as "template on next level".
Level 2 does the same with level3.
Level 1 works.. level 2 works.. but it stops there. level 3 does not get loaded.
(issue imported from #M12225)
Actions