Actions
Bug #97079
closedImpossible to have variants based on the state of the current element
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2022-03-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Form elements are represented by PHP objects, which hold some state, which can be modified during runtime.
However it is impossible to access this state in a variant condition, because the instance of the current element is not passed to the expression language evaluation.
For such use case to work properly, the API limitation on ExpressionLanguageResolver that variables are are only hold in the Resolver object must be lifted.
Actions