Actions
Bug #80150
closedTypoScript after include line with not matching condition is discarded
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2017-03-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
given the following TS:
<INCLUDE_TYPOSCRIPT: source="FILE:dev.ts" condition="applicationContext = /^NotMatched/"> foo = bar
I would expect the foo = bar
to be evaluated
Current behavior: the code is not evaluated but discarded
Actions