Project

General

Profile

Actions

Bug #85416

closed

EXT:form wrong order after saving multi select element

Added by Wolfgang Klinger about 6 years ago. Updated almost 6 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

Also available in: Atom PDF