Bunch of missing schema errors when adding ECA bulk operations

Created on 15 February 2023, almost 2 years ago
Updated 20 February 2023, over 1 year ago

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
🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇹Italy kopeboy Milan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kopeboy
    • mxh committed 8d1fb687 on 1.0.x
      Issue #3341877 by kopeboy, mxh: Bunch of missing schema errors when...
  • Status changed to Needs review almost 2 years ago
  • 🇩🇪Germany mxh Offenburg

    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.

  • 🇩🇪Germany mxh Offenburg

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

  • Status changed to Fixed over 1 year ago
  • 🇩🇪Germany mxh Offenburg
Production build 0.71.5 2024