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 #1

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #2

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #3

Updated by Loek Hilgersom almost 9 years ago

This has been discussed at t3dd15, some people decided no further action is required. It's a matter of preferences, but this issue can be closed.

Actions #4

Updated by Markus Klein almost 9 years ago

  • Status changed from New to Closed
  • Target version deleted (7 LTS)

workaround if you really need cobj:

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

Also available in: Atom PDF