Project

General

Profile

Actions

Bug #79681

closed

Configured Fluid template not found

Added by Nicole Cordes about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Fluid
Target version:
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.


Related issues 1 (0 open1 closed)

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

Actions
Actions #1

Updated by Gerrit Code Review about 7 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

Actions #2

Updated by Nicole Cordes about 7 years ago

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

Updated by Anonymous almost 7 years ago

  • Related to Bug #81099: Extension cannot override default (fallback) templateRootPaths/partialRootPaths/partialRootPaths added
Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF