Actions
Bug #56304
closedINCLUDE_TYPOSCRIPT with CONSTANTS Variable within INCLUDE_TYPOSCRIPT file not possible
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
Actions