From 36fe231ae1bb7e085f47ec8b154331af5d851c95 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 3 Jan 2025 19:00:35 +0100 Subject: [PATCH] Update grafico selezione --- LiMan.UI/Components/EnrollList.razor | 36 +++++++++++++++++++++---- LiMan.UI/Components/EnrollList.razor.cs | 1 + 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/LiMan.UI/Components/EnrollList.razor b/LiMan.UI/Components/EnrollList.razor index 69f9ae7..6927541 100644 --- a/LiMan.UI/Components/EnrollList.razor +++ b/LiMan.UI/Components/EnrollList.razor @@ -102,23 +102,49 @@ else
diff --git a/LiMan.UI/Components/EnrollList.razor.cs b/LiMan.UI/Components/EnrollList.razor.cs index 19d844b..33267e6 100644 --- a/LiMan.UI/Components/EnrollList.razor.cs +++ b/LiMan.UI/Components/EnrollList.razor.cs @@ -57,6 +57,7 @@ namespace LiMan.UI.Components // registra approvazione SelRecord.DtAppr = DateTime.Now; SelRecord.UserAppr = user.Identity.Name; + SelRecord.IdxLic = SelIdxLic; await LMDService.EnrollReqUpsert(SelRecord); SelRecord = null; await ReloadData();