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

Update budget views filter default dates to 2025 #278

Merged
merged 2 commits into from
Jan 22, 2025
Merged
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
157 changes: 142 additions & 15 deletions config/sync/views.view.majority_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ display:
value:
min: ''
max: ''
value: '2024'
value: '2025'
type: date
group: 1
exposed: true
Expand Down Expand Up @@ -1618,13 +1618,13 @@ display:
value:
min: ''
max: ''
value: '2023'
value: '2025'
group: 1
exposed: true
expose:
operator_id: field_ol_session_value_op
label: ''
description: "Use '2019' for 2019-20 session OR '2021' for the 2021-22 session"
description: "E.g. Use '2023' for 2023-24 session OR '2021' for the 2021-22 session"
use_operator: false
operator: field_ol_session_value_op
operator_limit_selection: false
Expand All @@ -1643,6 +1643,7 @@ display:
legislative_correspondent: '0'
student_programs: '0'
constituent: '0'
comment_moderator: '0'
min_placeholder: ''
max_placeholder: ''
placeholder: ''
Expand Down Expand Up @@ -1693,6 +1694,132 @@ display:
display_plugin: block
position: 1
display_options:
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
field: type
entity_type: node
entity_field: type
plugin_id: bundle
value:
article: article
expose:
operator_limit_selection: false
operator_list: { }
field_accessible_sitewide_value:
id: field_accessible_sitewide_value
table: node__field_accessible_sitewide
field: field_accessible_sitewide_value
relationship: none
group_type: group
admin_label: ''
plugin_id: boolean
operator: '='
value: '1'
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
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
field_date_value:
id: field_date_value
table: node__field_date
field: field_date_value
relationship: none
group_type: group
admin_label: ''
plugin_id: datetime
operator: '='
value:
min: ''
max: ''
value: '2025'
type: date
group: 1
exposed: true
expose:
operator_id: field_date_value_op
label: ''
description: 'Type year (i.e. 2024)'
use_operator: false
operator: field_date_value_op
operator_limit_selection: false
operator_list: { }
identifier: field_date_value
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
frontpage_editor: '0'
senator: '0'
microsite_content_producer: '0'
legislative_correspondent: '0'
student_programs: '0'
constituent: '0'
comment_moderator: '0'
min_placeholder: ''
max_placeholder: ''
placeholder: ''
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
granularity: year
filter_groups:
operator: AND
groups:
1: AND
defaults:
filters: false
filter_groups: false
display_description: ''
display_extenders: { }
cache_metadata:
Expand Down Expand Up @@ -2512,16 +2639,16 @@ display:
hide_empty: false
empty_zero: false
hide_alter_empty: true
field_location_administrative_area:
id: field_location_administrative_area
field_location_locality:
id: field_location_locality
table: node__field_location
field: field_location_administrative_area
field: field_location_locality
relationship: none
group_type: group
admin_label: ''
plugin_id: subdivision
label: ''
exclude: false
exclude: true
alter:
alter_text: false
text: ''
Expand Down Expand Up @@ -2562,19 +2689,19 @@ display:
empty_zero: false
hide_alter_empty: true
display_name: true
field_location_locality:
id: field_location_locality
field_location_administrative_area:
id: field_location_administrative_area
table: node__field_location
field: field_location_locality
field: field_location_administrative_area
relationship: none
group_type: group
admin_label: ''
plugin_id: subdivision
label: ''
exclude: true
exclude: false
alter:
alter_text: false
text: ''
alter_text: true
text: '{{ field_location_locality }}, {{ field_location_administrative_area }}'
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -3163,14 +3290,14 @@ display:
value:
min: ''
max: ''
value: '2024'
value: '2025'
type: date
group: 1
exposed: true
expose:
operator_id: field_date_range_value_op
label: ''
description: 'Type year (i.e. 2023)'
description: 'Type year (i.e. 2024)'
use_operator: false
operator: field_date_range_value_op
operator_limit_selection: false
Expand Down
Loading