Skip to content

Commit

Permalink
VACMS-15724 Remove archived VC CAPS from VC dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
swirtSJW committed Oct 27, 2023
1 parent a952588 commit c0be861
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ content:
open_text: 'Currently open!'
closed_text: 'Currently closed'
exceptions:
title: 'Exception hours'
restrict_exceptions_to_num_days: 7
date_format: long
title: 'Exception hours'
timezone_field: ''
office_hours_first_day: ''
schema:
Expand Down
94 changes: 94 additions & 0 deletions config/sync/views.view.vet_center_facility_listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- node.type.vet_center_cap
- node.type.vet_center_mobile_vet_center
- node.type.vet_center_outstation
- workflows.workflow.editorial
module:
- content_moderation
- media
Expand Down Expand Up @@ -1176,11 +1177,103 @@ display:
validate_options: { }
break_phrase: false
not: false
filters:
type:
id: type
table: node_field_data
field: type
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: type
plugin_id: bundle
operator: in
value:
vet_center_cap: vet_center_cap
vet_center_mobile_vet_center: vet_center_mobile_vet_center
vet_center_outstation: vet_center_outstation
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
reduce: false
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
moderation_state:
id: moderation_state
table: node_field_data
field: moderation_state
relationship: none
group_type: group
admin_label: ''
entity_type: node
plugin_id: moderation_state_filter
operator: 'not in'
value:
editorial-archived: editorial-archived
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
reduce: false
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
filter_groups:
operator: AND
groups:
1: AND
defaults:
empty: false
css_class: false
fields: false
arguments: false
filters: false
filter_groups: false
header: false
css_class: ''
header:
Expand Down Expand Up @@ -1209,6 +1302,7 @@ display:
- 'config:field.storage.node.field_administration'
- 'config:field.storage.node.field_media'
- 'config:field.storage.node.field_operating_status_facility'
- 'config:workflow_list'
vc_listing_for_node_form:
id: vc_listing_for_node_form
display_title: 'VC listing for node form'
Expand Down

0 comments on commit c0be861

Please sign in to comment.