Skip to content
Snippets Groups Projects

Automated Drupal 10 compatibility fixed

Files
16
@@ -11,53 +11,14 @@ description: ''
tag: ''
base_table: node_field_data
base_field: nid
core: 8.x
display:
default:
display_plugin: default
id: default
display_title: Master
display_plugin: default
position: 0
display_options:
access:
type: perm
options:
perm: 'change own username'
cache:
type: none
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: false
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: some
options:
items_per_page: 5
offset: 0
style:
type: default
row:
type: fields
options:
default_field_elements: true
inline: { }
separator: ''
hide_empty: false
title: 'List of last views'
fields:
title:
id: title
@@ -66,6 +27,9 @@ display:
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: title
plugin_id: field
label: ''
exclude: false
alter:
@@ -121,21 +85,29 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: node
entity_field: title
plugin_id: field
filters:
status:
value: true
table: node_field_data
field: status
plugin_id: boolean
entity_type: node
entity_field: status
id: status
expose:
operator: ''
group: 1
pager:
type: some
options:
offset: 0
items_per_page: 5
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: perm
options:
perm: 'change own username'
cache:
type: none
options: { }
empty: { }
sorts:
datetime:
id: datetime
@@ -144,17 +116,13 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: date
order: DESC
exposed: false
expose:
label: ''
field_identifier: datetime
exposed: false
granularity: second
plugin_id: date
title: 'List of last views'
header: { }
footer: { }
empty: { }
relationships: { }
arguments:
uid:
id: uid
@@ -163,6 +131,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
default_action: default
exception:
value: all
@@ -175,8 +144,8 @@ display:
summary_options:
base_path: ''
count: true
items_per_page: 25
override: false
items_per_page: 25
summary:
sort_order: asc
number_of_records: 0
@@ -188,7 +157,40 @@ display:
validate_options: { }
break_phrase: false
not: false
plugin_id: numeric
filters:
status:
id: status
table: node_field_data
field: status
entity_type: node
entity_field: status
plugin_id: boolean
value: '1'
group: 1
expose:
operator: ''
operator_limit_selection: false
operator_list: { }
style:
type: default
row:
type: fields
options:
default_field_elements: true
inline: { }
separator: ''
hide_empty: false
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer: { }
display_extenders: { }
cache_metadata:
max-age: -1
@@ -201,9 +203,9 @@ display:
- user.permissions
tags: { }
block:
display_plugin: block
id: block
display_title: Block
display_plugin: block
position: 2
display_options:
display_extenders: { }
Loading