Actions
Bug #76236
closedINCLUDE_TYPOSCRIPT condition PIDinRootline does not work correcty
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-05-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I try to use an condition for Including on an MultiDomain Websites different TS for different sites.
<INCLUDE_TYPOSCRIPT: source="FILE:path/to/the/first/domain/main.ts-setup" condition="[PIDinRootline=1]">
now if i go to firstdomain.test the TypoScript is not included. if i go to firstdomain.test/?index.php?id=1 the Typoscript is included correctly. And the Rootpage is Pid = 1
if I Include the file like this:
[PIDinRootline=1]
<INCLUDE_TYPOSCRIPT: source="FILE:path/to/the/first/domain/main.ts-setup">
it works correctly, but with the Problem that i can not use any conditions inside.
Actions