Actions
Bug #71113
closedFLUIDTEMPLATE does not evalute templateName stdWrap if no templateName is given
Start date:
2015-10-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Using a configuration like
page.10 = FLUIDTEMPLATE page.10 { # select template based on backend layout templateName.stdWrap.cObject = CASE templateName.stdWrap.cObject { key.data = pagelayout default = TEXT default.value = Subpage 1 = TEXT 1.value = Index } }
does not work, since the code only evaluates the templateName stdWrap if templateName is set to a value directly.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44343
Updated by Markus Klein almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b93418af3b033db04edbac1f2837f743cbcd02ae.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed
Actions