diff --git a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicantInfo/Default.css b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicantInfo/Default.css
index ea2742a9c..367a8782e 100644
--- a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicantInfo/Default.css
+++ b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicantInfo/Default.css
@@ -28,7 +28,7 @@
border-bottom: 0.25rem solid var(--bc-colors-white-background);
}
-.contact-info-form, .mailing-address-form, .physical-address-form, .project-info-location, .signin-authority-form {
+.contact-info-form, .mailing-address-form, .physical-address-form, .project-info-location, .signin-authority-form, .summary-container {
border-bottom: 0.25rem solid var(--bc-colors-white-background);
}
diff --git a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicationContactsWidget/Default.cshtml b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicationContactsWidget/Default.cshtml
index 1f127697b..636b1e16a 100644
--- a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicationContactsWidget/Default.cshtml
+++ b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/Views/Shared/Components/ApplicationContactsWidget/Default.cshtml
@@ -17,7 +17,8 @@
bool IsAdditionalContactEditable = await PermissionChecker.IsGrantedAsync(UnitySelector.Applicant.AdditionalContact.Update);
}
-
@L["Summary:ContactsTitle"].Value
+
+
@L["Summary:ContactsTitle"].Value
@if (Model.ApplicationContacts.Count > 0) {
Info
@@ -75,3 +76,4 @@
button-type="Light" />
}
+
From 8c8a59302c411d77b20ed7b68d656ff5791e2090 Mon Sep 17 00:00:00 2001
From: Patrick <135162612+plavoie-BC@users.noreply.github.com>
Date: Fri, 27 Mar 2026 14:43:09 -0700
Subject: [PATCH 6/9] [AB#32138] Ensure User Import grid is unique by UserGuid
---
.../Identity/UserImportAppService.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/Unity.GrantManager/src/Unity.GrantManager.Application/Identity/UserImportAppService.cs b/applications/Unity.GrantManager/src/Unity.GrantManager.Application/Identity/UserImportAppService.cs
index dbf527204..8c9585998 100644
--- a/applications/Unity.GrantManager/src/Unity.GrantManager.Application/Identity/UserImportAppService.cs
+++ b/applications/Unity.GrantManager/src/Unity.GrantManager.Application/Identity/UserImportAppService.cs
@@ -166,7 +166,7 @@ public async Task