Problem/Motivation

The ECA VBO action works, but I noticed I get schema errors from config inspector at /admin/reports/status#error

  • display.default.display_options.fields.eca_vbo_bulk_form.batch Undefined missing schema
  • display.default.display_options.fields.eca_vbo_bulk_form.batch_size Undefined missing schema
  • display.default.display_options.fields.eca_vbo_bulk_form.form_step Undefined missing schema
  • display.default.display_options.fields.eca_vbo_bulk_form.buttons Undefined missing schema
  • display.default.display_options.fields.eca_vbo_bulk_form.clear_on_exposed Undefined missing schema
  • display.default.display_options.fields.eca_vbo_bulk_form.action_title Undefined missing schema
  • display.default.display_options.fields.eca_vbo_bulk_form.selected_actions Undefined missing schema
  • display.default.display_options.fields.eca_vbo_bulk_form.force_selection_info Undefined missing schema

Comments

kopeboy created an issue. See original summary.

kopeboy’s picture

Issue summary: View changes
StatusFileSize
new2.84 KB
kopeboy’s picture

Issue summary: View changes

  • mxh committed 8d1fb687 on 1.0.x
    Issue #3341877 by kopeboy, mxh: Bunch of missing schema errors when...
mxh’s picture

Status: Active » Needs review

Thanks for the bug report. I've pushed a possible fix into the development state of 1.0.x, let me know if that works for you.

There may still errors be reported like these ones:

variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData
variable type is string but applied schema class is Drupal\Core\TypedData\Plugin\DataType\IntegerData

In such a case, you'd need to go into the according View configuration (via UI) and just click on save without changing anything. Then the errors are supposed to go away. Export your configuration to apply those changes so that they'll match up with the properly defined schema.

mxh’s picture

Status: Needs review » Fixed

Assuming to be fixed. Feel free to re-open if the problem persists.

mxh’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.