From 49a0ef4ee2fce6aae2ced7e9e05249de34c1688c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 11 Dec 2023 11:54:25 +0100 Subject: [PATCH] fix last page null --- MP-TAB-SERV/Components/CmpTop.razor.cs | 2 +- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MP-TAB-SERV/Components/CmpTop.razor.cs b/MP-TAB-SERV/Components/CmpTop.razor.cs index 105ddec7..d75a9733 100644 --- a/MP-TAB-SERV/Components/CmpTop.razor.cs +++ b/MP-TAB-SERV/Components/CmpTop.razor.cs @@ -83,7 +83,7 @@ namespace MP_TAB_SERV.Components await MsgServ.SetLastMatrOprAsync(rigaOpr.MatrOpr); await MsgServ.SetCurrOperDtoAsync(hash); await TDService.OperatoreSetRedis(rigaOpr.MatrOpr, hash); - if (LastOpenedPage != "" && CurrMacc != "") + if (!string.IsNullOrEmpty(LastOpenedPage) && !string.IsNullOrEmpty(CurrMacc)) { NavMan.NavigateTo(LastOpenedPage); } diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index b22d083e..333fc6b6 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2312.717 + 6.16.2312.1111 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 8274f438..82517b32 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2312.717

+

Versione: 6.16.2312.1111


Note di rilascio: