Bug #85416
closedEXT:form wrong order after saving multi select element
0%
Description
If you add elements to a select (label - value) like
"first element" - "first element" "second element" - 2 "third element" - 3
the order is wrong after saving this form:
"second element" - 2 "third element" - 3 "first element" - "first element"
The order in the generated yaml file is correct.
The problem ist, that the \TYPO3\CMS\Form\Controller\FormEditorController::saveFormAction method does not call the transformFormDefinitionForFormEditor method before returning the configuration as json (as the indexAction method does).
Updated by Ralf Zimmermann over 6 years ago
- Related to Bug #83911: Form Module changes order of options of a single select field on saving added
Updated by Gerrit Code Review over 6 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/57406
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57406
Updated by Ralf Zimmermann over 6 years ago
- Status changed from Under Review to Needs Feedback
- Assignee set to Wolfgang Klinger
This issue should be already fixed by the last release. If you can confirm this, please abandoned the patchset and close the ticket.
Updated by Riccardo De Contardi over 6 years ago
Using 9.4-dev (latest master) I am not able to reproduce this issue at first glance;
If it is necessary, please add more details; a step-by-step guide would help. Thank you.
Updated by Riccardo De Contardi over 6 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Wolfgang Klinger)
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards