Views schema error

Created on 14 December 2019, over 5 years ago
Updated 28 May 2024, 11 months ago

Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for views.views.view_name with the following errors: views.view.view_name:display.default.display_options.fields.draggableviews.selected_actions variable type is NULL but applied schema class is Drupal\Core\Config\Schema\Sequence in Drupal\Core\Config\Development\ConfigSchemaChecker->onConfigSave().

The problem is that 'selected_actions' is unset on the draggable views field options form therefore 'selected_actions' will be NULL instead of an empty array.

My suggestion is to set the field type to hidden instead of unset it, and maybe it would be also better to do this with the other unset fields before similar errors happen.

πŸ› Bug report
Status

Closed: outdated

Version

1.2

Component

Code

Created by

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States nicxvan

    I think this is fixed.
    The 8.1.x branch is no longer supported, if this is still an issue on 2.x please reopen this issue and change the version to 2.1.x-dev

Production build 0.71.5 2024