Hi, when doing functional tests with views with a field 'VBO' test fails with:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for ...
"views_bulk_operations_bulk_form.clear_on_exposed missing schema"
"clear_on_exposed" does not have a schema in file "config/schema/views_bulk_operations.views.schema.yml"
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3034023.patch | 502 bytes | carles.zapater |
Comments
Comment #2
carles.zapater commentedPatch add:
Comment #3
carles.zapater commentedComment #5
graber commentedThanks, it's a boolean not an integer though.
Comment #6
carles.zapater commentedThanks!