From c4321b3c360d47ea13f1f04b4a61ab9940203de4 Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Tue, 5 Nov 2024 16:06:45 +0000 Subject: [PATCH 1/2] Update Inductions.razor Alter title for usability --- src/Server.UI/Pages/Participants/Components/Inductions.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Server.UI/Pages/Participants/Components/Inductions.razor b/src/Server.UI/Pages/Participants/Components/Inductions.razor index 763d60e2..06587692 100644 --- a/src/Server.UI/Pages/Participants/Components/Inductions.razor +++ b/src/Server.UI/Pages/Participants/Components/Inductions.razor @@ -1,4 +1,4 @@ -@using Cfo.Cats.Application.Common.Interfaces.Locations +@using Cfo.Cats.Application.Common.Interfaces.Locations @using Cfo.Cats.Application.Features.Inductions.Commands @using Cfo.Cats.Application.Features.Inductions.DTOs @using Cfo.Cats.Application.Features.Inductions.Queries @@ -215,7 +215,7 @@ FullWidth = true }; var dialog = DialogService.Show - ("Add an induction phase", parameters, options); + ("Add a Wing Phase", parameters, options); var state = await dialog.Result; From bd2d7b75fbfedb8871a780c65739ee47f52d3c11 Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Wed, 6 Nov 2024 10:57:25 +0000 Subject: [PATCH 2/2] Update ParticipantActionMenu.razor Remove suspend menu for now. --- .../Participants/Components/ParticipantActionMenu.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor b/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor index 53def5e0..b3d3bfc9 100644 --- a/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor +++ b/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor @@ -21,10 +21,10 @@ Archive } - @if (Participant.EnrolmentStatus.AllowSuspend()) - { - Suspend - } + //@if (Participant.EnrolmentStatus.AllowSuspend()) + //{ + // Suspend + //} @if (Participant.EnrolmentStatus.AllowSubmitToPqa()) {