Skip to content

Commit

Permalink
Limit benefit comparison to only medical and dental
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 8, 2024
1 parent 54327a2 commit 7f96023
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions config/sync/split/cardinalatwork/views.view.caw_benefits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3459,35 +3459,42 @@ display:
group_type: group
admin_label: ''
operator: or
value: { }
value:
medical: medical
dental: dental
group: 1
exposed: true
expose:
operator_id: su_benefit_type_value_op
label: 'Benefit Type'
description: ''
use_operator: false
use_operator: 0
operator: su_benefit_type_value_op
operator_limit_selection: false
operator_limit_selection: 0
operator_list: { }
identifier: type
required: false
remember: false
multiple: false
required: 0
remember: 0
multiple: 0
remember_roles:
authenticated: authenticated
administrator: '0'
anonymous: '0'
stanford_faculty: '0'
stanford_staff: '0'
stanford_student: '0'
contributor: '0'
site_manager: '0'
site_editor: '0'
site_builder: '0'
site_developer: '0'
layout_builder_user: '0'
reduce: false
administrator: 0
anonymous: 0
stanford_faculty: 0
stanford_staff: 0
stanford_student: 0
contributor: 0
site_manager: 0
site_editor: 0
site_builder: 0
site_developer: 0
layout_builder_user: 0
su_site_embedder: 0
decoupled_site_users: 0
caw_reviewer: 0
opportunity_editor: 0
subsite_contributor: 0
reduce: 1
is_grouped: false
group_info:
label: ''
Expand All @@ -3500,7 +3507,7 @@ display:
default_group: All
default_group_multiple: { }
group_items: { }
reduce_duplicates: false
reduce_duplicates: 0
plugin_id: list_field
filter_groups:
operator: AND
Expand Down

0 comments on commit 7f96023

Please sign in to comment.