Skip to content

Commit

Permalink
VACMS-15142: Add benefit detail pages to Q&A report
Browse files Browse the repository at this point in the history
  • Loading branch information
chri5tia committed Oct 25, 2023
1 parent 6039b4f commit 4cfb3df
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion config/sync/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7283,7 +7283,7 @@ display:
min: ''
max: ''
value: ''
group: 1
group: 2
exposed: false
expose:
operator_id: ''
Expand Down Expand Up @@ -7314,10 +7314,50 @@ display:
default_group: All
default_group_multiple: { }
group_items: { }
field_question_value:
id: field_question_value
table: paragraph__field_question
field: field_question_value
relationship: field_content_block
group_type: group
admin_label: ''
plugin_id: string
operator: 'not empty'
value: ''
group: 2
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
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: { }
filter_groups:
operator: AND
groups:
1: AND
2: OR
query:
type: views_query
options:
Expand All @@ -7328,9 +7368,36 @@ display:
query_tags: { }
defaults:
query: false
relationships: false
fields: false
filters: false
filter_groups: false
relationships:
uid:
id: uid
table: node_field_data
field: uid
admin_label: author
plugin_id: standard
required: true
uid_1:
id: uid_1
table: content_lock
field: uid
relationship: none
group_type: group
admin_label: 'Lock owner'
plugin_id: standard
required: false
field_content_block:
id: field_content_block
table: node__field_content_block
field: field_content_block
relationship: none
group_type: group
admin_label: 'field_content_block: Paragraph'
plugin_id: standard
required: false
display_description: ''
display_extenders:
jsonapi_views:
Expand Down

0 comments on commit 4cfb3df

Please sign in to comment.