Skip to content
Snippets Groups Projects
Commit 12589e41 authored by Jigal van Hemert's avatar Jigal van Hemert Committed by Richard Haeser
Browse files

[BUGFIX] Import data from yaml imports in declaration order

For plain arrays it's sometimes important that the items
appear in the order in which they are imported. For example
with the languages in the sites configuration where the first
language is seen as the default language.

Just like with Symfony Service Container imports come first
and its settings are overwritten with the main file. To make
sure that multiple imports are loaded in the order as they
appear in the main file they must be processed in reverse
order.

This behaviour can now be controlled by a new feature toggle
which defaults to `false` for existing and to `true` for new
installations.

Resolves: #92100
Releases: master, 10.4
Change-Id: I30ffba171606f3c62c15742eba3187af454aa5b6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65458


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarRichard Haeser <richard@richardhaeser.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarRichard Haeser <richard@richardhaeser.com>
parent f22a1278
Branches
Tags
No related merge requests found
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