- Issue created by @the_g_bomb
- @the_g_bomb opened merge request.
- 🇳🇿New Zealand jweowu
You possibly need to make sure that:
1. The value being written to the database is only the value which was in the database to start with (as opposed to some code-based override of that value that you're obtaining at run-time).
2. The code still checks for the original config name (which again, might be getting set in a code override), and merges it in appropriately if a value exists.
Take ✨ Provide hook_seckit_options_alter() D8 Needs review into consideration, at minimum, but there might be other possibilities. I commented on some in https://www.drupal.org/project/seckit/issues/2844205#comment-13495176 ✨ Provide hook_seckit_options_alter() D8 Needs review but that was quite a long time ago, and I don't know what he current state of affairs is.