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.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47112
Updated by Sebastian Wagner over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6ca6f803421cef7f46d957e5da81a4c518909004.
Actions