Actions
Bug #74331
closedEXT:form - prevent duplicate call to getRecordAsJson
Start date:
2016-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Prevent a duplicate call to \TYPO3\CMS\Form\View\Wizard\Element\FormWizardElement::getRecordAsJson in resultAddWizardSettingsJson.
Also keep track of annotations in the very same class:
getRecordAsJson returns FormJsonElement instead of string, as well as \TYPO3\CMS\Form\Utility\TypoScriptToJsonConverter::convert does.
Actions