Skip to content

Commit

Permalink
VACMS-20426: Corrects forms audit 'Form Administration' allowed values (
Browse files Browse the repository at this point in the history
#20536)

* VACMS-20426: Corrects form_administration exposed filter allowed values in Forms Audit view.

* VACMS-20426: Updates form administration filter for Forms Audit CSV display.
  • Loading branch information
dsasser authored Feb 18, 2025
1 parent f14360b commit 80475ff
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions config/sync/views.view.va_forms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:
content:
- 'taxonomy_term:administration:2c331a6d-b525-4f0c-8bea-4ecde41c7ef0'
- 'taxonomy_term:administration:867e4dcf-2f99-401a-977a-adb441d53350'
- 'taxonomy_term:administration:a9526e03-dda4-4dcc-b928-fcc5e56f4e5f'
- 'taxonomy_term:administration:c20f3989-e93e-49bd-8c95-ad3821042a02'
- 'taxonomy_term:administration:e5820ec7-83b0-4d03-8ebf-ed50fa8cc211'
- 'taxonomy_term:administration:edadc39e-dbaa-4fe1-b6a8-344357d6abfe'
Expand Down Expand Up @@ -2426,7 +2425,7 @@ display:
plugin_id: taxonomy_index_tid
operator: or
value:
8: 8
5: 5
2: 2
1: 1
3: 3
Expand All @@ -2453,6 +2452,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 @@ -2461,6 +2461,11 @@ display:
redirect_administrator: '0'
admnistrator_users: '0'
administrator: '0'
homepage_manager: '0'
next_js: '0'
translation_manager: '0'
rates_editor: '0'
form_builder_user: '0'
reduce: true
is_grouped: false
group_info:
Expand Down Expand Up @@ -3951,7 +3956,7 @@ display:
plugin_id: taxonomy_index_tid
operator: or
value:
8: 8
5: 5
2: 2
1: 1
3: 3
Expand All @@ -3978,6 +3983,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 @@ -3986,6 +3992,11 @@ display:
redirect_administrator: '0'
admnistrator_users: '0'
administrator: '0'
homepage_manager: '0'
next_js: '0'
translation_manager: '0'
rates_editor: '0'
form_builder_user: '0'
reduce: true
is_grouped: false
group_info:
Expand Down

0 comments on commit 80475ff

Please sign in to comment.