From 43f0569fe36bb777f877cc9745f433153474acd8 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 5 Oct 2022 11:03:18 +0200 Subject: [PATCH] Fix flush + reload home --- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Pages/Utils.razor.cs | 7 ++++++- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index 0c5728b0..539ad3ac 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2210.510 + 6.16.2210.511 diff --git a/MP.SPEC/Pages/Utils.razor.cs b/MP.SPEC/Pages/Utils.razor.cs index b706f3b9..f26cdad2 100644 --- a/MP.SPEC/Pages/Utils.razor.cs +++ b/MP.SPEC/Pages/Utils.razor.cs @@ -11,14 +11,19 @@ namespace MP.SPEC.Pages { await Task.Delay(1); await MDService.FlushRedisCache(); + // rimando a home + NavManager.NavigateTo("", true); } + [Inject] + private NavigationManager NavManager { get; set; } = null!; + #endregion Public Methods #region Protected Properties [Inject] - protected MpDataService MDService { get; set; } + protected MpDataService MDService { get; set; } = null!; #endregion Protected Properties } diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index daa5c95c..0c0ee268 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2210.510

+

Versione: 6.16.2210.511


Note di rilascio: