Actions
Bug #103681
closedTypoScript Condition tree.pagelayout logs error in file list module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-04-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 version: 12.4.14
Url: /typo3/module/file/list
Error Message: Expression could not be parsed.
Source: TYPO3\CMS\Core\TypoScript\IncludeTree\Visitor\IncludeTreeConditionMatcherVisitor::visitBeforeChildren at line 166
Condition:
[tree.pagelayout == "pagets__newsletter"] ... [end]
Updated by Christian Kuhn 7 months ago
- Status changed from New to Needs Feedback
That's the same as with other extbase based BE modules, right? You need to sanitize the condition path lookup with traverse().
Updated by Christoph Lehmann 7 months ago
- Status changed from Needs Feedback to Closed
- % Done changed from 0 to 100
Yes, checked it, it's the same. Thank you!
Actions