From 1f9794140ce1a69256ea38e624f348a4e89f7a8d Mon Sep 17 00:00:00 2001 From: Randi Mays Date: Thu, 5 Sep 2024 16:27:53 -0500 Subject: [PATCH] VACMS-18855 Add feature flag for Find Forms modal --- config/features.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/features.yml b/config/features.yml index a35d09d824f..65f3137625b 100644 --- a/config/features.yml +++ b/config/features.yml @@ -522,6 +522,10 @@ features: actor_type: user description: Display new field operationalHoursSpecialInstructions for VA facilities enable_in_development: true + find_forms_show_pdf_modal: + actor_type: user + description: Shows the PDF modal for the Find VA Forms detail page + enable_in_development: true file_upload_short_workflow_enabled: actor_type: user description: Enables shorter workflow enhancement for file upload component