Actions
Bug #86403
closedMissing FlexForm context for USER display conditions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-09-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given:
- a FlexForm with a field having a display condition using a user function
Expected:
- the user function should receive all information provided by the parent object (TYPO3\CMS\Backend\Form\FormDataProvider\EvaluateDisplayConditions)
Actual:
- only the current used database row, the parsed condition parameter and a flexformValueKey is provided
- the whole information about which field is evaluated or the parsed FlexForm context is missing
Actions