There was an error fetching the commit references. Please try again later.
[BUGFIX] Include keys in YamlFileLoader placeholder processing
This commit allows to use environment variables in YAML keys as well. Resolves: #99889 Releases: main, 12.4 Change-Id: I1e0272aade1188a483089412156c18e291d1ffbc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84891 Reviewed-by:Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/core/Classes/Configuration/Loader/YamlFileLoader.php 18 additions, 0 deletions...sext/core/Classes/Configuration/Loader/YamlFileLoader.php
- typo3/sysext/core/Tests/Functional/Configuration/Loader/Fixtures/LoadWihPlaceholdersInKeysResolvedKeyAlreadyExisting.yaml 2 additions, 0 deletions.../LoadWihPlaceholdersInKeysResolvedKeyAlreadyExisting.yaml
- typo3/sysext/core/Tests/Functional/Configuration/Loader/Fixtures/LoadWithPlaceholdersInKeys.yaml 12 additions, 0 deletions...iguration/Loader/Fixtures/LoadWithPlaceholdersInKeys.yaml
- typo3/sysext/core/Tests/Functional/Configuration/Loader/Fixtures/LoadWithUnresolvablePlaceholdersInKeys.yaml 2 additions, 0 deletions...ader/Fixtures/LoadWithUnresolvablePlaceholdersInKeys.yaml
- typo3/sysext/core/Tests/Functional/Configuration/Loader/YamlFileLoaderTest.php 65 additions, 0 deletions...ts/Functional/Configuration/Loader/YamlFileLoaderTest.php
Please register or sign in to comment