The settings form is not loading the correct configuration value for it's default value.
Line 39 of src/Form/SettingForm.php should read:
'#default_value' => implode("\n", $config->get('elf_domains')),
It's missing the 'elf_' part of the configuration name.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2929456-SettingsForm-wrong-default.patch | 633 bytes | donaldp |
Comments
Comment #2
donaldp commentedComment #3
ddrozdik commentedReviewed, looks good. Ready to be pushed.
Comment #5
ddrozdik commented@donaldp thank you. Your patch has been pushed.