Project

General

Profile

Actions

Bug #79290

closed

Fluid cannot override default resolved paths if default paths exist

Added by Claus Due over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-01-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Since changes in how CMS Fluid sorts template paths were performed, one place in code was not updated.

https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/fluid/Classes/View/TemplatePaths.php#L118 contains a loop which array-merges path configurations, but the default paths are added LAST which results in those paths being checked FIRST. This must be changed to append configured paths on top of default paths.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #81099: Extension cannot override default (fallback) templateRootPaths/partialRootPaths/partialRootPathsResolved2017-05-01

Actions
Actions

Also available in: Atom PDF