Skip to content

Commit

Permalink
UHF-9080: added contextual filter for the view
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen committed Oct 17, 2023
1 parent 920432d commit 4bb7443
Showing 1 changed file with 44 additions and 42 deletions.
86 changes: 44 additions & 42 deletions conf/cmi/views.view.job_listing_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,44 @@ display:
label: ''
field_identifier: ''
exposed: false
arguments: { }
arguments:
field_task_area_target_id:
id: field_task_area_target_id
table: node__field_task_area
field: field_task_area_target_id
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
default_action: default
exception:
value: all
title_enable: false
title: All
title_enable: false
title: ''
default_argument_type: query_parameter
default_argument_options:
query_param: task_areas
fallback: all
multiple: and
default_argument_skip_url: false
summary_options:
base_path: ''
count: true
override: false
items_per_page: 25
summary:
sort_order: asc
number_of_records: 0
format: default_summary
specify_validation: false
validate:
type: none
fail: 'not found'
validate_options: { }
break_phrase: false
not: false
filters:
status:
id: status
Expand All @@ -182,51 +219,14 @@ display:
plugin_id: bundle
value:
job_listing: job_listing
expose:
operator_limit_selection: false
operator_list: { }
langcode:
id: langcode
table: node_field_data
field: langcode
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: langcode
plugin_id: language
operator: in
value:
'***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
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
style:
type: default
row:
Expand All @@ -251,6 +251,7 @@ display:
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
Expand All @@ -267,6 +268,7 @@ display:
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
Expand Down

0 comments on commit 4bb7443

Please sign in to comment.