Problem/Motivation
The newly added Test in #3361028: Return a "real" Symfony 404 response object instead of mimicking it, revealed a couple of schema errors, which need to get fixed:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for search404.settings with the following errors: search404.settings:search404_use_customclue variable type is boolean but applied schema class is Drupal\Core\TypedData\Plugin\DataType\StringData, search404.settings:site_404 missing schema, search404.settings:search404_ignore_language missing schema
Steps to reproduce
Proposed resolution
Fix the schema and create an appropriate update hook.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3362728-3.patch | 392 bytes | samitk |
Issue fork search404-3362728
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
samitk commentedI am working on it.
Comment #3
samitk commentedI have added the missing schema, Please review.
Comment #5
mitthukumawat commented@samit.310@gmail.com
Added schema are fine, opened a MR against
2.x. It should not have the failed tests once changes merge together with Return a "real" Symfony 404 response object instead of mimicking itComment #7
mitthukumawat commentedThe schema error gone away with above MR so we can move this to RTBC.
We can refer #3361042: Create tests to test this modules functionality. for missing phpunit tests for entire module.
Comment #10
jijojoseph_zyxware commentedMerged to 2.x branch