Skip to content

Commit

Permalink
VACMS-16481: Updates view buttons and moderation state
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane authored and swirtSJW committed Dec 21, 2023
1 parent 41aa416 commit b5b3221
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
4 changes: 2 additions & 2 deletions config/sync/views.view.centralized_content_paragraphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ display:
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
submit_button: Filter
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
Expand Down
32 changes: 17 additions & 15 deletions config/sync/views.view.detail_page_url_audit_and_bulk_udpate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ display:
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
submit_button: Filter
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
Expand Down Expand Up @@ -618,25 +618,25 @@ display:
reduce_duplicates: 0
section_filter:
show_hierarchy: 1
moderation_state:
id: moderation_state
table: node_field_data
field: moderation_state
moderation_state_multiple_workflow_filter:
id: moderation_state_multiple_workflow_filter
table: node
field: moderation_state_multiple_workflow_filter
relationship: none
group_type: group
admin_label: ''
entity_type: node
plugin_id: moderation_state_filter
operator: in
plugin_id: moderation_state_multiple_workflow_filter
operator: or
value: { }
group: 1
exposed: true
expose:
operator_id: moderation_state_op
operator_id: moderation_state_multiple_workflow_filter_op
label: 'Moderation state'
description: ''
use_operator: true
operator: moderation_state_op
use_operator: false
operator: moderation_state_multiple_workflow_filter_op
operator_limit_selection: false
operator_list: { }
identifier: moderation_state
Expand All @@ -651,6 +651,7 @@ display:
content_creator_resources_and_support: '0'
office_content_creator: '0'
vamc_content_creator: '0'
content_creator_vba: '0'
content_creator_vet_center: '0'
content_editor: '0'
content_reviewer: '0'
Expand All @@ -659,7 +660,10 @@ display:
redirect_administrator: '0'
admnistrator_users: '0'
administrator: '0'
reduce: false
homepage_manager: '0'
next_js: '0'
translation_manager: '0'
reduce: 0
is_grouped: false
group_info:
label: ''
Expand All @@ -672,6 +676,7 @@ display:
default_group: All
default_group_multiple: { }
group_items: { }
reduce_duplicates: 0
filter_groups:
operator: AND
groups:
Expand Down Expand Up @@ -767,7 +772,6 @@ display:
- 'user.node_grants:view'
- user.roles
tags:
- 'config:workflow_list'
- workbench_access_view
audit_page:
id: audit_page
Expand Down Expand Up @@ -804,7 +808,6 @@ display:
- 'user.node_grants:view'
- user.roles
tags:
- 'config:workflow_list'
- workbench_access_view
data_export_1:
id: data_export_1
Expand Down Expand Up @@ -850,5 +853,4 @@ display:
- 'user.node_grants:view'
- user.roles
tags:
- 'config:workflow_list'
- workbench_access_view
2 changes: 1 addition & 1 deletion config/sync/views.view.vamc_top_task_page_revisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ display:
exposed_form:
type: basic
options:
submit_button: Apply
submit_button: Filter
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
Expand Down

0 comments on commit b5b3221

Please sign in to comment.