From a208f875fc1131e23653d42150d15540557c55f4 Mon Sep 17 00:00:00 2001
From: Paul Graham
Date: Fri, 27 Sep 2024 10:44:17 +0100
Subject: [PATCH 1/3] removed conditional logic so whichever choose they make
they get the same response.
---
.../Views/Pledges/ApplicationApproved.cshtml | 36 +++++++++----------
1 file changed, 16 insertions(+), 20 deletions(-)
diff --git a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
index 30ee0b95..780933c2 100644
--- a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
+++ b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
@@ -15,34 +15,30 @@
Application approved
- You approved the @Model.DasAccountName application
+ You have approved @Model.DasAccountName (@Model.EncodedAccountId) application
- What happens next
+ What happens next?
- @if (Model.AllowTransferRequestAutoApproval)
- {
- We’ve let them know, so they can accept your funding pledge.
+ We’ve let them know, so they can accept your funding pledge.
- You’ll receive a notification when @Model.DasAccountName accepts your pledge.
- }
- else
- {
- We've let them know, so they can accept your funding pledge.
+
+ @Model.DasAccountName will have 6 weeks to accept the funds.
+ Funds must be used within 3 months of acceptance or they will expire.
+
- You'll receive notifications when @Model.DasAccountName:
+ You'll receive notifications when @Model.DasAccountName:
-
- - accepts your pledge
- - adds apprentices to their account
-
+
+ - accepts your pledge
+ - adds apprentices to their account
+
-
-
!
-
You'll need to approve the transfer when @Model.DasAccountName adds apprentices details to their account.
-
- }
+
+
!
+
You'll need to approve the transfer when @Model.DasAccountName adds apprentices details to their account.
+
View other applications
From f51dbb7b503e74baecfec87ea93c78d8d9209992 Mon Sep 17 00:00:00 2001
From: ogrwill
Date: Mon, 7 Oct 2024 12:43:43 +0100
Subject: [PATCH 2/3] updating content
---
.../Views/Pledges/ApplicationApproved.cshtml | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
index 753ba37a..9a27fdc8 100644
--- a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
+++ b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
@@ -16,7 +16,7 @@
Application approved
- You have approved @Model.DasAccountName (@Model.EncodedAccountId) application
+ You have approved @Model.DasAccountName (@Model.EncodedAccountId) application
@@ -36,11 +36,14 @@
adds apprentices to their account
-
-
!
-
You'll need to approve the transfer when @Model.DasAccountName adds apprentices details to their account.
-
-
+ @if (!Model.AllowTransferRequestAutoApproval)
+ {
+
+ !
+ You'll need to approve the transfer when @Model.DasAccountName adds apprentices details to their account.
+
+ }
+
View other applications
From de5829ca547eb04d6f72297ce4833920d7645715 Mon Sep 17 00:00:00 2001
From: ogrwill
Date: Mon, 7 Oct 2024 15:14:19 +0100
Subject: [PATCH 3/3] correct typo
---
.../Views/Pledges/ApplicationApproved.cshtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
index 9a27fdc8..4ecf4e54 100644
--- a/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
+++ b/src/SFA.DAS.LevyTransferMatching.Web/Views/Pledges/ApplicationApproved.cshtml
@@ -29,7 +29,7 @@
Funds must be used within 3 months of acceptance or they will expire.
- You'll receive notifications when @Model.DasAccountName:
+ You'll receive notification when @Model.DasAccountName: