- πΊπΈ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
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.
Closed: outdated
1.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
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