Actions
Bug #98588
openCondition for colpos not working in PageTSConfig
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2022-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following condition does not work (tested in TYPO3 10 and 11):
[request.getQueryParams()['defVals']['tt_content']['colPos'] == 3]
TCEFORM.tt_content.header_layout.removeItems = 1,2,6,8,9,10
[end]
But it should according to:
https://forge.typo3.org/issues/91646
https://wiki.sebkln.de/doku.php?id=typo3:about:conditions
Is there another syntax to query the colpos?
Actions