Skip to content
Snippets Groups Projects
Commit 06d3a767 authored by Ioulia Kondratovitch's avatar Ioulia Kondratovitch Committed by Jigal van Hemert
Browse files

[BUGFIX] Preserve order of finisher options in Form CE

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/57420


Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJigal van Hemert <jigal.van.hemert@typo3.org>
Tested-by: default avatarJigal van Hemert <jigal.van.hemert@typo3.org>
parent e20a8e5d
Branches
Tags
No related merge requests found
......@@ -256,8 +256,6 @@ class DataStructureIdentifierHook
$sheetElements['settings.finishers.' . $finisherIdentifier . '.' . $optionKey] = $elementConfiguration;
}
ksort($sheetElements);
$sheet[$sheetIdentifier]['ROOT']['el'] = $sheetElements;
ArrayUtility::mergeRecursiveWithOverrule($sheets['sheets'], $sheet);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment