Actions
Bug #68416
closedRecently merged fix for FLUIDTEMPLATE: New fallback paths miss stdWrap doesn't work correctly
Start date:
2015-07-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The way the currently merged fix is implemented it will only work like this:
templateRootPaths { 10 = filename.html 10.wrap = full/path/| }
This makes it hard to use other types of TS objects.
What it should do is this:
templateRootPaths { 10 = TEXT 10.value = filename.html 10.wrap = full/path/| }
Only using a value should also still work:
templateRootPaths { 10 = full/path/filename.html }
Actions