Project

General

Profile

Actions

Bug #76476

closed

Fluid templateRootPaths can not be overriden once set

Added by Morton Jonuschat almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
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).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #75862: fluid_styled_content: fallback for template paths doesn't workClosed2016-04-22

Actions
Actions #1

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/48469

Actions #2

Updated by Morton Jonuschat over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF