- Issue created by @Shane Birley
- 🇨🇦Canada Shane Birley
I applied my thinking to my dev environment and the issue appears to be fixed.
- 🇧🇪Belgium dieterholvoet Brussels
Did you run database updates after updating the module? Default values for the new config values should be set there.
- 🇨🇦Canada Shane Birley
I did a drush updb and, I think, 8002 and 8003 updated without issue.
- 🇧🇪Belgium dieterholvoet Brussels
Those two new config options were set in
toastify_update_8003
. If you're still getting the issue you described, you probably imported your configuration after running database updates, overwriting the changes the update hook did. - 🇨🇦Canada Shane Birley
Nope, I did my little hacky fix prior to the update so I should be good. You rock!