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: