Skip to content
Snippets Groups Projects
Commit 19964c95 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Daniel Goerz
Browse files

[BUGFIX] Properly merge RequireJS configuration

If PageRenderer->addRequireJsConfiguration() is consecutively called,
the configuration is now properly merged by using
array_merge_recursive(). The previously used
ArrayUtility::mergeRecursiveWithOverrule() overrode any previously set
keys of the numeric array which broke the configuration.

Resolves: #89431
Releases: master, 9.5
Change-Id: I1e654c27a095db5ec88182aed1b8fe1011b37134
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63816


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent e092135d
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