Project

General

Profile

Actions

Bug #79616

closed

Fluid template path order reversed

Added by Claus Due almost 8 years ago. Updated almost 8 years ago.

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 #1

Updated by Claus Due almost 8 years ago

  • Status changed from New to Closed

Cause located externally - third party code was clearing array keys, causing incorrect sorting.

Actions

Also available in: Atom PDF