From d5cffa4d417414015b526fdcbf0c02f514cf3d68 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 16 Nov 2022 17:16:33 +0100 Subject: [PATCH] Fix gestione verifica operatore --- MP.INVE/Components/CmpTop.razor.cs | 5 +++ MP.INVE/MP.INVE.csproj | 2 +- MP.INVE/Resources/ChangeLog.html | 2 +- MP.INVE/Resources/VersNum.txt | 2 +- MP.INVE/Resources/manifest.xml | 2 +- MP.INVE/Shared/MainLayout.razor | 20 +++------ MP.INVE/Shared/MainLayout.razor.cs | 70 ++++++++++++++++++++++++++++++ MP.INVE/Shared/NavMenu.razor | 41 ++--------------- MP.INVE/Shared/NavMenu.razor.cs | 59 +++++++++++++++++++++++++ 9 files changed, 149 insertions(+), 54 deletions(-) create mode 100644 MP.INVE/Shared/MainLayout.razor.cs create mode 100644 MP.INVE/Shared/NavMenu.razor.cs diff --git a/MP.INVE/Components/CmpTop.razor.cs b/MP.INVE/Components/CmpTop.razor.cs index 3a58fbc0..70f510b7 100644 --- a/MP.INVE/Components/CmpTop.razor.cs +++ b/MP.INVE/Components/CmpTop.razor.cs @@ -63,6 +63,11 @@ namespace MP.INVE.Components await getId(); } + protected override async Task OnAfterRenderAsync(bool firstRender) + { + await getId(); + } + #endregion Protected Methods #region Private Fields diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj index c37ab6ce..4e2a8c5e 100644 --- a/MP.INVE/MP.INVE.csproj +++ b/MP.INVE/MP.INVE.csproj @@ -5,7 +5,7 @@ enable enable MP.INVE - 6.16.2211.1616 + 6.16.2211.1617 diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html index db464b6c..0742b597 100644 --- a/MP.INVE/Resources/ChangeLog.html +++ b/MP.INVE/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOINVE -

Versione: 6.16.2211.1616

+

Versione: 6.16.2211.1617


Note di rilascio: