Skip to content

Commit

Permalink
LIB-616 set default filter to all guides
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Jul 4, 2023
1 parent 08654c5 commit 000246c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config-yml/views.view.research_guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ display:
advanced:
sort_options: false
rewrite:
filter_rewrite_values: "True|Subject Guide\r\nFalse|Course Guide\r\n- Any -|- All -"
filter_rewrite_values: "- Any -|- All -\r\nTrue|Subject Guide\r\nFalse|Course Guide"
collapsible: false
is_secondary: false
access:
Expand Down Expand Up @@ -307,7 +307,7 @@ display:
entity_field: is_subject_guide
plugin_id: boolean
operator: '='
value: '1'
value: All
group: 1
exposed: true
expose:
Expand Down Expand Up @@ -340,6 +340,8 @@ display:
saml_unb_active: '0'
saml_stu_active: '0'
guide_editor: '0'
public_profile: '0'
duplicate_id_checker: '0'
is_grouped: false
group_info:
label: ''
Expand Down Expand Up @@ -707,7 +709,7 @@ display:
entity_field: is_subject_guide
plugin_id: boolean
operator: '='
value: '1'
value: All
group: 1
exposed: true
expose:
Expand Down Expand Up @@ -740,6 +742,8 @@ display:
saml_unb_active: '0'
saml_stu_active: '0'
guide_editor: '0'
public_profile: '0'
duplicate_id_checker: '0'
is_grouped: false
group_info:
label: ''
Expand Down

0 comments on commit 000246c

Please sign in to comment.