Actions
Task #73068
closedBreaking <f:case default="true">
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Due to the switch to Fluid standalone, the following template markup is not supported anymore:
<f:case default="true"> ... </f:case>
It must be changed to read:
<f:defaultCase> ... </f:defaultCase>
This breaking change is properly documented in #69863. However there is no possible compatibility fallback and this means extension authors are unable to ship code compatible with TYPO3 7 and 8 (not even speaking about 6.2 which is still a valid supported LTS version) without adding much logic to change the template in use.
Furthermore, adding this business logic is likely to break the work of integrators who probably adapted the templates to fit their need.
A compatibility layer should really be added.
Actions