Actions
Bug #76476
closedFluid templateRootPaths can not be overriden once set
Start date:
2016-06-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Fluid templateRootPaths (as well as partialRootPaths and the like) can not be overriden using TypoScript once set.
A plugin configuration like this won't take effect as the key 0 has already been set by default.
plugin.tx_myplugin { view { templateRootPaths { 0 = {$plugin.tx_myplugin.view.templateRootPath}/Plugins/ } partialRootPaths { 0 = {$plugin.tx_myplugin.view.partialRootPath}/Plugins/ } layoutRootPaths { 0 = {$plugin.tx_myplugin.view.layoutRootPath}/Plugins/ } }
Changing the index key to something higher (and unused works).
Updated by Gerrit Code Review over 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/48469
Updated by Morton Jonuschat about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 133620ef6341f1e676bfcd9387cfd3783af59526.
Actions