Bug #49354
closedCall to undefined method TYPO3\CMS\Backend\Form\ElementConditionMatcher::setRecord()
100%
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?
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21605
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21605
Updated by Christian Kuhn over 11 years ago
+1 ... BTW: the method is not used in the core, this is probably some extension that caused this for you, the fatal however needs to be fixed.
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21615
Updated by Frans Saris over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c323a71f60cc517c71b0996931af9bad71bd149f.
Updated by Frans Saris over 11 years ago
Christian Kuhn wrote:
+1 ... BTW: the method is not used in the core, this is probably some extension that caused this for you
Oke, sorry for my wrong/to quick assumption.
the fatal however needs to be fixed.
Tnx all for taking care.
Gr. Frans