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: