[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:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Please register or sign in to comment