Project

General

Profile

Actions

Bug #68416

closed

Recently merged fix for FLUIDTEMPLATE: New fallback paths miss stdWrap doesn't work correctly

Added by Loek Hilgersom almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Category:
Fluid
Target version:
-
Start date:
2015-07-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

The way the currently merged fix is implemented it will only work like this:

templateRootPaths {
    10 = filename.html
    10.wrap = full/path/|
}

This makes it hard to use other types of TS objects.
What it should do is this:

templateRootPaths {
    10 = TEXT
    10.value = filename.html
    10.wrap = full/path/|
}

Only using a value should also still work:

templateRootPaths {
    10 = full/path/filename.html
}


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #63380: FLUIDTEMPLATE: New fallback paths miss stdWrapClosedAnja Leichsenring2014-11-27

Actions
Actions

Also available in: Atom PDF