From b5352c510ad23371498e070b6cdca53c979970a4 Mon Sep 17 00:00:00 2001 From: katrina-aot-git <165210668+katrina-aot-git@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:16:38 -0700 Subject: [PATCH] #3574 - Add edit notification checkbox and warning (#3750) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a required acceptance checkbox for the student application edit modal, and a warning if within 42 days of the end date. Screenshot 2024-09-27 at 11 00 15 AM Screenshot 2024-09-27 at 11 01 33 AM --- .../modals/ConfirmEditApplication.vue | 15 +---- .../student/StudentApplicationDetails.vue | 5 +- .../student/StudentApplicationSummary.vue | 5 +- .../FullTimeApplication.vue | 56 +++++++++++++++++-- 4 files changed, 55 insertions(+), 26 deletions(-) diff --git a/sources/packages/web/src/components/students/modals/ConfirmEditApplication.vue b/sources/packages/web/src/components/students/modals/ConfirmEditApplication.vue index 0d18ae8c54..1052e07f79 100644 --- a/sources/packages/web/src/components/students/modals/ConfirmEditApplication.vue +++ b/sources/packages/web/src/components/students/modals/ConfirmEditApplication.vue @@ -1,17 +1,13 @@