Project

General

Profile

Actions

Bug #56304

closed

INCLUDE_TYPOSCRIPT with CONSTANTS Variable within INCLUDE_TYPOSCRIPT file not possible

Added by d.ros no-lastname-given about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Way to reproduce.

CONSTANTS
{$NAME} = foo

TS
<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/myPath/to/a/location/{$NAME}/where/my/master.ts">

So far so good and works. Now comes the non working part.

master.ts
<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/myOtherPath/to/a/location/{$NAME}/where/my/child.ts">

The Constant does not work here. If I replace in master.ts {$NAME} with the value "foo", the inclusion works


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #47985: INCLUDE_TYPOSCRIPT does not resolve TS-ConstantsRejected2013-05-06

Actions
Actions #1

Updated by Markus Klein about 10 years ago

  • Status changed from New to Closed

Duplicates #47985.

See explanation there.

Actions

Also available in: Atom PDF