Skip to content

Commit

Permalink
VACMS-15503 Fix conflicting filter on metatag audit and fix menu plac…
Browse files Browse the repository at this point in the history
…ement.
  • Loading branch information
swirtSJW committed Oct 24, 2023
1 parent c3bec1b commit 1dd5fe4
Showing 1 changed file with 34 additions and 39 deletions.
73 changes: 34 additions & 39 deletions config/sync/views.view.metatag_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,19 +1002,6 @@ display:
granularity: second
arguments: { }
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: { }
type:
id: type
table: node_field_data
Expand Down Expand Up @@ -1228,15 +1215,14 @@ display:
changed: changed
moderation_state: moderation_state
field_administration: field_administration
nothing_2: nothing_2
nothing: nothing
nothing_1: nothing_1
field_meta_tags: field_meta_tags
field_meta_title: field_meta_title
field_description: field_description
field_intro_text: field_intro_text
field_hero_image: field_hero_image
field_media: field_media
nothing_2: nothing_2
nothing: nothing
nothing_1: nothing_1
field_meta_tags: field_meta_tags
default: '-1'
info:
title:
Expand Down Expand Up @@ -1288,57 +1274,50 @@ display:
separator: ''
empty_column: false
responsive: ''
nothing_2:
align: ''
separator: ''
empty_column: false
responsive: ''
nothing:
field_description:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
nothing_1:
field_intro_text:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
field_meta_tags:
field_hero_image:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
field_meta_title:
field_media:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
field_description:
sortable: false
default_sort_order: asc
nothing_2:
align: ''
separator: ''
empty_column: false
responsive: ''
field_intro_text:
sortable: false
default_sort_order: asc
nothing:
align: ''
separator: ''
empty_column: false
responsive: ''
field_hero_image:
sortable: false
default_sort_order: asc
nothing_1:
align: ''
separator: ''
empty_column: false
responsive: ''
field_media:
field_meta_tags:
sortable: false
default_sort_order: asc
align: ''
Expand All @@ -1349,7 +1328,7 @@ display:
sticky: false
summary: ''
empty_table: false
caption: ''
caption: 'Metatag audit results'
description: ''
row:
type: fields
Expand Down Expand Up @@ -1390,8 +1369,24 @@ display:
position: 1
display_options:
display_description: ''
display_extenders: { }
display_extenders:
jsonapi_views:
enabled: true
path: admin/content/audit/metatag
menu:
type: tab
title: Metatags
description: ''
weight: 0
expanded: false
menu_name: main
parent: ''
context: '0'
as_local_task: true
local_task_link_title: Metatags
local_task_parent: 'views_view:view.content.content_audit_page'
local_task_weight: 3
local_task_custom_parent_route: ''
cache_metadata:
max-age: -1
contexts:
Expand Down

0 comments on commit 1dd5fe4

Please sign in to comment.