Skip to content

Commit

Permalink
[BUGFIX] Preserve order of finisher options in Form CE
Browse files Browse the repository at this point in the history
In content elements of form_formframework, the order of 
finisher options offered for overriding will be
in accordance with the order defined in FormEditorSetup.yaml.

Resolves: #85435
Releases: master, 8.7
Change-Id: Ie506858bc363c62af02a123b27c84cb9754dbda3
Reviewed-on: https://review.typo3.org/57656
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Jigal van Hemert <jigal.van.hemert@typo3.org>
Tested-by: Jigal van Hemert <jigal.van.hemert@typo3.org>
  • Loading branch information
ikonplant authored and Jigal van Hemert committed Jul 22, 2018
1 parent 6b836e6 commit 3b5f5c5
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -255,8 +255,6 @@ protected function getAdditionalFinisherSheets(string $persistenceIdentifier, ar
$sheetElements['settings.finishers.' . $finisherIdentifier . '.' . $optionKey] = $elementConfiguration;
}

ksort($sheetElements);

$sheet[$sheetIdentifier]['ROOT']['el'] = $sheetElements;
ArrayUtility::mergeRecursiveWithOverrule($sheets['sheets'], $sheet);
}
Expand Down

0 comments on commit 3b5f5c5

Please sign in to comment.