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.
---
.../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 @@
-
+
Any edits made to your application may require the resubmission of
supporting information, potentially delaying your application. Are you
sure you want to proceed?
-
- Any edits made to your application may result in a new assessment,
- potentially delaying your application. Are you sure you want to proceed?
-
-
+
diff --git a/sources/packages/web/src/views/student/StudentApplicationSummary.vue b/sources/packages/web/src/views/student/StudentApplicationSummary.vue
index 5b1778b64a..e3897668ea 100644
--- a/sources/packages/web/src/views/student/StudentApplicationSummary.vue
+++ b/sources/packages/web/src/views/student/StudentApplicationSummary.vue
@@ -19,10 +19,7 @@
-
+