Currently, anytime a module adds a new configuration default, the module maintainer needs to write a hook_update_N()
to merge the new default into the active set. This violates DRY by putting the default in two different places, and should not be necessary for all the same reasons hook_install()
doesn't need to call schema_install()
.
Backdrop's update process can detect changes to the default sets and apply the changes automatically.
Recent comments
I have re-installed from a clean minimal profile. When adding new translatable content, if it also has a menu item, the links are not synchronized and needs to be added manually...
xmlsitemap module generates wrong links for languages
This is not the case for me. I have started over a new installation with minimal profile and will enable things one by one. Will let you know how it goes.
xmlsitemap module generates wrong links for languages
The first problem is not a problem, things work as designed. When you install Backdrop in English, the existing content does not have a selected language. Then, when you add other languages...
xmlsitemap module generates wrong links for languages