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"

CommentFileSizeAuthor
#3 3034023.patch502 bytescarles.zapater

Comments

carles.zapater created an issue. See original summary.

carles.zapater’s picture

Patch add:

views.field.views_bulk_operations_bulk_form:
  type: views_field
  label: 'Views Bulk Operations'
  mapping:
    batch:
      type: boolean
      label: 'Process selected entities in a batch operation'
    batch_size:
      type: integer
      label: 'Size of the processing batch'
    form_step:
      type: boolean
      label: 'Display configuration form on a separate page'
    buttons:
      type: boolean
      label: 'Display action options as buttons'
    action_title:
      type: string
      label: 'Title of the action selector form element'
    selected_actions:
      type: ignore
      label: 'Selected actions array'
    preconfiguration:
      type: ignore
      label: 'Preliminary configuration array'
    clear_on_exposed:
      type: integer
      label: 'Clear on exposed'
carles.zapater’s picture

StatusFileSize
new502 bytes

graber’s picture

Version: 8.x-2.4 » 8.x-2.x-dev
Status: Active » Fixed

Thanks, it's a boolean not an integer though.

carles.zapater’s picture

Thanks!

  • Graber committed ae4ce91 on 8.x-3.x
    Applied fixes for #3034023, #3030554 and #3000714.
    

Status: Fixed » Closed (fixed)

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