Actions
Bug #49354
closedCall to undefined method TYPO3\CMS\Backend\Form\ElementConditionMatcher::setRecord()
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2013-06-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the change "[TASK] Extract displayCond functionality from FormEngine to new class" the TYPO3\CMS\Backend\Form'FormEngine->isDisplayCondition() broke.
Resulting in:
Fatal error: Call to undefined method TYPO3\CMS\Backend\Form\ElementConditionMatcher::setRecord() in typo3_src-6.1.0/typo3/sysext/backend/Classes/Form/FormEngine.php on line 5954
When adding a condition to the sheet section of a flexform like in forge.typo3.org/issues/33390#note-8
Why is this function deprecated when it's still used for rendering flexforms?
Actions