Problem/Motivation
The system.schema.yml contains the 'system.fast_404' schema but no matching configuration exists.
system.fast_404 schema got introduced in #1912250: Complete configuration schemas for system module and fast_404 got added to system.performance schema in #2130811: Use config schema in saving and validating configuration form to ensure data is consistent and correct . Not removing system.fast_404 schema in the latter must have been an oversight. I searched for 'system.fast_404' in core code, but found none.
Proposed resolution
Remove the system.fast_404 schema.
Remaining tasks
t.b.d.
User interface changes
none
API changes
none
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | config-schema-fast_404-2197873-1.patch | 738 bytes | sutharsan |
Comments
Comment #1
sutharsan commentedPatch removes the
system.fast_404schema.Comment #2
vijaycs85Looks good to me
Comment #3
sunYup, these options were moved back into $settings in settings.php, so the configuration schema is definitely obsolete. Well spotted! :)
Comment #4
catchCommitted/pushed to 8.x, thanks!