You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fryguy
changed the title
settings.local.yml files with string keys clobbers settings instead of merging
Settings files with string keys clobbers settings instead of merging
Aug 30, 2024
Note that if you modify non-local files (e.g. config/settings.yml) with string keys this also happens. I've changed the Issue title to reflect that it's really any settings files.
If a
config/settings.local.yml
file is present, and the internal keys are strings, then it clobbers settings from other sections.Create a
config/settings.local.yml
file such asOpen a rails console
See that other settings are gone
Before:
After
Note that if you use symbol keys the merging works fine
I've created #23167 to at least give a clue that changes are present, since the settings.local.yml file is gitignored.
The text was updated successfully, but these errors were encountered: