Actions
Bug #97829
openCondition based on translated page field
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2022-06-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have the following condition (customfield is a page field extended by myselft):
[page["customfield"] != '']
The condition is based on the page of the default language but not on the translated page.
BUT the following typoscript is based on the translation of the page:
page.100 = TEXT
page.100.data = TSFE:page|customfield
In my opinion the condition should also be based on the field value of the translated page.
Actions