fix reload pagina post fine attr
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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,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 @@
|
||||
6.16.2310.2609
|
||||
6.16.2311.1009
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user