Actions
Bug #79616
closedFluid template path order reversed
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2017-02-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
This bug was hidden behind https://review.typo3.org/#/c/51283/ which caused two sets of paths (the most common setup when overriding) to be read correctly from TS, but with three or more paths, would produce an unexpected sequence for the second and all following paths (from index 1 to $end, the order would be reversed, but the fallback would still be at index 0).
Since fixing https://review.typo3.org/#/c/51283/ the template paths are now in the right order - but TYPO3 CMS's TemplatePaths object forces an ASC sorting of the arrays. The result is that template overrides no longer work correctly.
Actions