-
rodrigoaguilera →
committed dfdd102c on 8.x-1.x
Merge remote-tracking branch 'views_list_sort-3243370/3243370-config-...
-
rodrigoaguilera →
committed dfdd102c on 8.x-1.x
I get errors when using Configuration inspector:
display.default.display_options.sorts.field_group_value.allowed_values
: <strong>missing schema</strong>
display.default.display_options.sorts.field_group_value.null_heavy
: <strong>missing schema</strong>
Already tried to create a config/schema/views_list_sort.views.schema.yml
file in the module with:
views.sort.sort_allowed_values:
type: views_sort
label: 'Sort by allowed values'
mapping:
allowed_values:
type: boolean
label: 'Sort by allowed values'
null_heavy:
type: boolean
But errors still present.
Maybe someone else has an idea how to fix this?
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Merge remote-tracking branch 'views_list_sort-3243370/3243370-config-...