From 0c5e41826e719d50a28b3363e6577fe419ce4acd Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Wed, 19 Oct 2022 10:43:45 +0200 Subject: [PATCH] fix recordsel = null in dossier post chiusura --- MP.SPEC/Components/ListDossiers.razor.cs | 2 ++ MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MP.SPEC/Components/ListDossiers.razor.cs b/MP.SPEC/Components/ListDossiers.razor.cs index b3882a7b..84e96282 100644 --- a/MP.SPEC/Components/ListDossiers.razor.cs +++ b/MP.SPEC/Components/ListDossiers.razor.cs @@ -1,4 +1,5 @@ using Microsoft.AspNetCore.Components; +using Microsoft.AspNetCore.DataProtection; using Microsoft.JSInterop; using MP.Data.DatabaseModels; using MP.Data.DTO; @@ -262,6 +263,7 @@ namespace MP.SPEC.Components currFluxLogDto = null; currRecord = null; visualizzaFlux = true; + await RecordSelFlux.InvokeAsync(currFluxLogDto); await Task.Delay(1); } diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index dd2fa825..c0371246 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2210.1820 + 6.16.2210.1910 diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index 38873420..f16ff6c8 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2210.1820

+

Versione: 6.16.2210.1910


Note di rilascio: