From 5de8a8904cc8e41c7e06414cb004474eb4cbe62b Mon Sep 17 00:00:00 2001 From: Eric Tillberg Date: Fri, 19 Jul 2024 13:15:44 -0400 Subject: [PATCH 1/2] Enable form 26-4555 (#2190) --- src/applications/registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index 910cb67562..c8b27f9703 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1344,7 +1344,7 @@ "rootUrl": "/housing-assistance/disability-housing-grants/apply-for-grant-form-26-4555", "productId": "49929be5-0c92-42f2-b122-3cb426f691d4", "template": { - "vagovprod": false, + "vagovprod": true, "layout": "page-react.html", "includeBreadcrumbs": true, "breadcrumbs_override": [ @@ -1897,4 +1897,4 @@ ] } } -] +] \ No newline at end of file From 9ca7f70b24f9f6d95f12d5807b83674de3a584d8 Mon Sep 17 00:00:00 2001 From: Eli Selkin Date: Fri, 19 Jul 2024 12:53:01 -0700 Subject: [PATCH 2/2] Select a topic to learn more. added (#2186) --- .../vba_facilities/service_location.liquid | 198 ------------------ .../includes/vba_facilities/services.liquid | 6 +- 2 files changed, 4 insertions(+), 200 deletions(-) delete mode 100644 src/site/includes/vba_facilities/service_location.liquid diff --git a/src/site/includes/vba_facilities/service_location.liquid b/src/site/includes/vba_facilities/service_location.liquid deleted file mode 100644 index 1476c23f1b..0000000000 --- a/src/site/includes/vba_facilities/service_location.liquid +++ /dev/null @@ -1,198 +0,0 @@ -
-

- {{ serviceHeader }} -

- -

- {{ serviceDescription | drupalToVaPath | phoneLinks }} -

- - {% if location.entity.fieldAdditionalHoursInfo %} -
-
- Appointments -
- -

- {{ location.entity.fieldAdditionalHoursInfo }} -

-
- {% endif %} - - {% if location.entity.fieldUseMainFacilityPhone and facilityPhone %} -
-
- Main Phone -
- - {% assign serviceLocationMainPhone = facilityPhone | separatePhoneNumberExtension %} - -
- {% elsif location.entity.fieldPhone %} - {% for phoneObj in location.entity.fieldPhone %} -
-
- {{ phoneObj.entity.fieldPhoneLabel }} -
- - {% if phoneObj.entity.fieldPhoneNumberType == 'sms' or phoneObj.entity.fieldPhoneNumberType == 'tty' %} - {% assign phoneNumberType = phoneObj.entity.fieldPhoneNumberType %} - {% else %} - {% assign phoneNumberType = false %} - {% endif %} - - -
- {% endfor %} - {% endif %} - - {% if typeOfLocation == "vba" %} - {% assign scheduleAppointmentLink = "https://va.my.site.com/VAVERA/s/" %} - {% else %} - {% assign scheduleAppointmentLink = "/health-care/schedule-view-va-appointments" %} - {% endif %} - - - -
-
- {{ entityLabel }} -
- - {% if location.entity.fieldServiceLocationAddress.entity.fieldUseFacilityAddress and facilityAddress %} - {% assign hasAddress = true %} - {% assign addressData = facilityAddress %} - {% elsif location.entity.fieldServiceLocationAddress %} - {% assign hasAddress = true %} - {% assign addressData = location.entity.fieldServiceLocationAddress.entity.fieldAddress %} - {% endif %} - - {% if hasAddress %} -

- {{ addressData.addressLine1 }}
- {{ addressData.locality }}, - {{ addressData.administrativeArea }} - {{ addressData.postalCode }} -

- {% endif %} - - {% assign clinicName = location.entity.fieldServiceLocationAddress.entity.fieldClinicName %} - {% assign buildingNameAndNumber = location.entity.fieldServiceLocationAddress.entity.fieldBuildingNameNumber %} - {% assign wingFloorOrRoomNumber = location.entity.fieldServiceLocationAddress.entity.fieldWingFloorOrRoomNumber %} - - {% if clinicName or buildingNameAndNumber or wingFloorOrRoomNumber %} - -

- {% if clinicName %} - {{ clinicName }}
- {% else %} - - Location -
- {% endif %} - - {% if buildingNameAndNumber and !wingFloorOrRoomNumber %} - {{ buildingNameAndNumber }} - {% elsif !buildingNameAndNumber and wingFloorOrRoomNumber %} - {{ wingFloorOrRoomNumber }} - {% elsif buildingNameAndNumber and wingFloorOrRoomNumber %} - {{ buildingNameAndNumber }}, {{ wingFloorOrRoomNumber }} - {% endif %} -

- {% endif %} -
- - {% if location.entity.fieldEmailContacts %} - {% for emailObj in location.entity.fieldEmailContacts %} -
-
- {{ emailObj.entity.fieldEmailLabel }}: -
- -

- - {{ emailObj.entity.fieldEmailAddress }} - -

-
- {% endfor %} - {% endif %} - - {% if location.entity.fieldHours == "2" and location.entity.fieldOfficeHours %} -
-
- Office Hours -
- - {% include 'src/site/includes/hours.liquid' with allHours = location.entity.fieldOfficeHours %} -
- {% endif %} - - {% if location.entity.fieldHours == "0" %} -
-
- Office Hours -
- -

- The service hours are the same as our facility hours. -

-
- {% endif %} -
diff --git a/src/site/includes/vba_facilities/services.liquid b/src/site/includes/vba_facilities/services.liquid index 63cb40badc..0203beb94b 100644 --- a/src/site/includes/vba_facilities/services.liquid +++ b/src/site/includes/vba_facilities/services.liquid @@ -1,10 +1,12 @@ {% if vbaServices.length > 0 %} {% assign alphaVbaServices = vbaServices | sortObjectsWithConditionalKeys %} -

+

{{ vbaTitle }}

- +

+ Select a topic to learn more. +