Actions
Bug #79681
closedConfigured Fluid template not found
Start date:
2017-02-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Given a module configuration like
module.tx_example { view { templateRootPaths.0 = EXT:example/Resources/Private/Backend/Templates/ partialRootPaths.0 = EXT:example/Resources/Private/Backend/Partials/ layoutRootPaths.0 = EXT:example/Resources/Private/Backend/Layouts/ } }
I expect the backend module using a template in Resources/Private/Backend/Templates/ but instead only Resources/Private/Templates/ is taken into account for finding the module view template.
This is related to patch https://review.typo3.org/51283/ where the default template paths are always overwriting the configured ones.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New 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/51575
Updated by Nicole Cordes almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cdd6dca4c9dbc0a5563f8beb68aed2dde2d061cf.
Updated by Anonymous over 7 years ago
- Related to Bug #81099: Extension cannot override default (fallback) templateRootPaths/partialRootPaths/partialRootPaths added
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions