- Issue created by @teknocat
- Merge request !5Update all places where config is need for read-only use to load as immutable instead of editable → (Merged) created by teknocat
- First commit to issue fork.
-
pedro-alves →
committed d9f550cf on 8.x-2.x authored by
teknocat →
Issue #3541464 by teknocat: Spammaster settings cannot be overridden via...
-
pedro-alves →
committed d9f550cf on 8.x-2.x authored by
teknocat →
- 🇵🇹Portugal pedro-alves
Hi @teknokat
Thanks for the commit. Yes, absolutely right.
There's an issue with the cleanup service not related to your commit. Currently trying to store these as state when in fact they are editable// Store editable values. $this->configFactory->getEditable('spammaster.settings_protection') ->set('spammaster.spam_master_is_cloudflare', '0') ->set('spammaster.signature', '1') ->save();
Not a major issue, we will fix this soon.