From ceac06f5ddf29c01589544b79fbd2278e01c5c0c Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Wed, 13 Dec 2023 11:29:33 +0100 Subject: [PATCH] forse fix refresh post fine attr --- MP-TAB-SERV/Components/OdlMan.razor.cs | 8 +++++--- 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, 9 insertions(+), 7 deletions(-) diff --git a/MP-TAB-SERV/Components/OdlMan.razor.cs b/MP-TAB-SERV/Components/OdlMan.razor.cs index 4c2b32c3..c47869cd 100644 --- a/MP-TAB-SERV/Components/OdlMan.razor.cs +++ b/MP-TAB-SERV/Components/OdlMan.razor.cs @@ -418,6 +418,7 @@ namespace MP_TAB_SERV.Components } await advStep(currStep++); + // riporto stringa lblOut = sb.ToString().Replace("---", "
"); // update buttons... @@ -427,15 +428,15 @@ namespace MP_TAB_SERV.Components inAttr = false; IdxPOdlSel = 0; RecMSE = null; - await advStep(currStep++); // faccio refresh e riporto await RefreshData(); await CheckAttr(); + await advStep(currStep++); // chiudo update... isProcessing = false; - //await InvokeAsync(StateHasChanged); + await InvokeAsync(StateHasChanged); // qui rimando a pag principale... - NavMan.NavigateTo("status-map", true); + //NavMan.NavigateTo("status-map", true); } /// @@ -629,6 +630,7 @@ namespace MP_TAB_SERV.Components lblOut = "Selezionare un ORDINE valido!"; } + // refresh finale var tmpTCR = tcRichAttr; checkBtnStatus(); diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index f33436fd..0960f010 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.1310 + 6.16.2312.1311 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 8adfd7f7..5e5df3f6 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.1310

+

Versione: 6.16.2312.1311


Note di rilascio: