Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #3762: Re-save and re-export all views config in order to capture config drift #3766

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ status: true
dependencies:
config:
- core.entity_view_mode.node.az_alphabetical_listing
- field.storage.node.field_az_alphabetical_index
module:
- node
- options
- user
id: az_alphabetical_listing
label: 'AZ Alphabetical Listing'
Expand All @@ -17,57 +15,12 @@ base_table: node_field_data
base_field: nid
display:
default:
display_plugin: default
id: default
display_title: Default
display_plugin: default
position: 0
display_options:
access:
type: perm
options:
perm: 'access content'
cache:
type: none
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: true
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: false
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: none
options:
items_per_page: null
offset: 0
style:
type: default
options:
grouping:
-
field: field_az_alphabetical_index
rendered: true
rendered_strip: false
row_class: 'az-js-alphabetical-listing-search-result az-alphabetical-letter-group-{{ field_az_alphabetical_index }}'
default_row_class: false
uses_fields: true
row:
type: 'entity:node'
options:
relationship: none
view_mode: az_alphabetical_listing
title: 'Alphabetical Listing'
fields:
title:
id: title
Expand All @@ -76,6 +29,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: ''
exclude: false
alter:
Expand Down Expand Up @@ -131,14 +85,14 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
plugin_id: field
field_az_alphabetical_index:
id: field_az_alphabetical_index
table: node__field_az_alphabetical_index
field: field_az_alphabetical_index
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: ''
exclude: false
alter:
Expand Down Expand Up @@ -193,28 +147,94 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
plugin_id: field
pager:
type: none
options:
offset: 0
items_per_page: null
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: false
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: perm
options:
perm: 'access content'
cache:
type: none
options: { }
empty:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
plugin_id: text
empty: true
content:
value: 'There are no results'
format: az_standard
tokenize: false
sorts:
field_az_alphabetical_index_value:
id: field_az_alphabetical_index_value
table: node__field_az_alphabetical_index
field: field_az_alphabetical_index_value
relationship: none
group_type: group
admin_label: ''
plugin_id: standard
order: ASC
expose:
label: ''
field_identifier: field_az_alphabetical_index_value
exposed: false
title:
id: title
table: node_field_data
field: title
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: title
plugin_id: standard
order: ASC
expose:
label: ''
field_identifier: title
exposed: false
arguments: { }
filters:
status:
value: '1'
id: status
table: node_field_data
field: status
plugin_id: boolean
entity_type: node
entity_field: status
id: status
plugin_id: boolean
value: '1'
group: 1
expose:
operator: ''
operator_limit_selection: false
operator_list: { }
group: 1
field_az_alphabetical_index_value:
id: field_az_alphabetical_index_value
table: node__field_az_alphabetical_index
field: field_az_alphabetical_index_value
relationship: none
group_type: group
admin_label: ''
plugin_id: list_field
operator: or
value:
123: '123'
Expand Down Expand Up @@ -274,84 +294,60 @@ display:
default_group_multiple: { }
group_items: { }
reduce_duplicates: false
plugin_id: list_field
sorts:
field_az_alphabetical_index_value:
id: field_az_alphabetical_index_value
table: node__field_az_alphabetical_index
field: field_az_alphabetical_index_value
relationship: none
group_type: group
admin_label: ''
order: ASC
exposed: false
expose:
label: ''
field_identifier: field_az_alphabetical_index_value
plugin_id: standard
title:
id: title
table: node_field_data
field: title
relationship: none
group_type: group
admin_label: ''
order: ASC
exposed: false
expose:
label: ''
field_identifier: title
entity_type: node
entity_field: title
plugin_id: standard
title: 'Alphabetical Listing'
header: { }
footer: { }
empty:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content:
value: 'There are no results'
format: az_standard
plugin_id: text
relationships: { }
arguments: { }
display_extenders: { }
css_class: view-az-alphabetical-listing
filter_groups:
operator: AND
groups:
1: AND
style:
type: default
options:
grouping:
-
field: field_az_alphabetical_index
rendered: true
rendered_strip: false
row_class: 'az-js-alphabetical-listing-search-result az-alphabetical-letter-group-{{ field_az_alphabetical_index }}'
default_row_class: false
uses_fields: true
row:
type: 'entity:node'
options:
relationship: none
view_mode: az_alphabetical_listing
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: true
replica: false
query_tags: { }
relationships: { }
css_class: view-az-alphabetical-listing
header: { }
footer: { }
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:field.storage.node.field_az_alphabetical_index'
tags: { }
az_alphabetical_listing_main:
display_plugin: block
id: az_alphabetical_listing_main
display_title: 'Alphabetical Listing'
display_plugin: block
position: 1
display_options:
display_extenders: { }
display_description: 'Default display for content using the alphabetical listing field.'
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:field.storage.node.field_az_alphabetical_index'
tags: { }
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand All @@ -108,7 +109,6 @@ display:
offset: false
offset_label: Offset
quantity: 3
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -437,6 +437,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 12
total_pages: null
id: 0
Expand All @@ -454,7 +455,6 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
sorts:
field_az_event_date_value:
id: field_az_event_date_value
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a view config file, remove this from the PR.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.node.az_flexible_page.field_az_main_content
- field.field.node.az_flexible_page.field_az_marketing_page_style
- field.field.node.az_flexible_page.field_az_media_image
- field.field.node.az_flexible_page.field_az_metatag
- field.field.node.az_flexible_page.field_az_page_category
- field.field.node.az_flexible_page.field_az_summary
- node.type.az_flexible_page
Expand Down Expand Up @@ -207,5 +208,6 @@ content:
hidden:
field_az_main_content: true
field_az_marketing_page_style: true
field_az_metatag: true
field_az_page_category: true
links: true
Loading