Project

General

Profile

Actions

Bug #85416

closed

EXT:form wrong order after saving multi select element

Added by Wolfgang Klinger almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2018-06-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #83911: Form Module changes order of options of a single select field on savingClosed2018-02-15

Actions
Actions #1

Updated by Ralf Zimmermann almost 6 years ago

  • Related to Bug #83911: Form Module changes order of options of a single select field on saving added
Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Ralf Zimmermann almost 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.

Actions #5

Updated by Riccardo De Contardi almost 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.

Actions #6

Updated by Riccardo De Contardi over 5 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

Actions

Also available in: Atom PDF