This form was recently converted to save #2355909: language.settings config is not scalable the settings into configuration entities. ContentLanguageSettingsForm use ConfigFormBase but does not save configuration.
Blocks #2392319: Config objects (but not config entities) should by default be immutable
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2403101.3.patch | 2.2 KB | alexpott |
| #3 | 1-3-interdiff.txt | 2.2 KB | alexpott |
| d8.content-language-settings-form.patch | 1.25 KB | alexpott |
Comments
Comment #1
alexpottComment #3
alexpottFixed constructor by removing call to parent and unnecessary injection of the config factory.
Comment #4
gábor hojtsyLooks good, fixes what the scope was set out to do. While not critical in its own right, blocks the critical at #2392319: Config objects (but not config entities) should by default be immutable.
Comment #5
catchCommitted/pushed to 8.0.x, thanks!