- Issue created by @mably
11.1.5
2.0.x
After calling config.save()
on a domain-enabled configuration object, you expect to be able to get back the values you just set and saved.
After the save, you get the original values, not the just saved ones.
- Just try to get a modified value after a config.save()
in some custom module.
- You'll get back the original value instead of the modified one.
Solution has been implement in the following issue's MR 🐛 All configurations are duplicated by domain... Active .
Active
2.0
Code