From 1c20e81d7749c330a44ebcce2d783d0a7e0ab78e Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Wed, 20 May 2026 20:20:54 -0400 Subject: [PATCH] feat(ui): drill-in from Notifications to Audit Log (#23 M7) --- .../Notifications/NotificationReport.razor | 12 ++-- .../Pages/NotificationReportPageTests.cs | 56 +++++++++++++++++++ 2 files changed, 64 insertions(+), 4 deletions(-) diff --git a/src/ScadaLink.CentralUI/Components/Pages/Notifications/NotificationReport.razor b/src/ScadaLink.CentralUI/Components/Pages/Notifications/NotificationReport.razor index 1a66d3d..b083824 100644 --- a/src/ScadaLink.CentralUI/Components/Pages/Notifications/NotificationReport.razor +++ b/src/ScadaLink.CentralUI/Components/Pages/Notifications/NotificationReport.razor @@ -163,6 +163,14 @@ + @* Bundle D (#23 M7-T10) drill-in: NotificationId is the audit + CorrelationId, so the link deep-links into the central Audit + Log pre-filtered to this notification's lifecycle events. *@ + + View audit history + @if (n.Status == "Parked") {