fix reload pagina post fine attr

This commit is contained in:
Samuele Locatelli
2023-11-10 11:29:01 +01:00
parent b5f2d1b3d8
commit ac367a7ac3
6 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -294,7 +294,8 @@ namespace MP_TAB_SERV.Components
isProcessing = false;
//await InvokeAsync(StateHasChanged);
// qui rimando a pag principale...
NavMan.NavigateTo("/", true);
//NavMan.NavigateTo("/", true);
NavMan.NavigateTo(NavMan.Uri, true);
}
/// <summary>
+2
View File
@@ -595,6 +595,8 @@ namespace MP.Data.Controllers
// dbContext x ogni singolo flusso
using (var dbCtx = new MoonProContext(_configuration))
{
// opzionalmente timeout comandi a 2 minuti... NON usato x ora e da testare
//dbCtx.Database.SetCommandTimeout(TimeSpan.FromMinutes(2));
// li processo per intervallo richiesto, cercando dati nel periodo e
// selezionando VC
while (!setCompleted)
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2310.2609</Version>
<Version>6.16.2311.1009</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2310.2609</h4>
<h4>Versione: 6.16.2311.1009</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2310.2609
6.16.2311.1009
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2310.2609</version>
<version>6.16.2311.1009</version>
<url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>