Fix periodi rilettura dati PODL da lista

This commit is contained in:
Samuele Locatelli
2023-12-11 12:30:30 +01:00
parent 49a0ef4ee2
commit 8042bb089d
6 changed files with 10 additions and 7 deletions
+5 -2
View File
@@ -494,10 +494,13 @@ namespace MP_TAB_SERV.Components
}
await advStep(currStep++);
// se fosse multi cambio dati di promODL x successivo setup...
#if false
if (isMulti)
{
currPodl.IdxMacchina = IdxMaccSel;
}
}
#endif
currPodl.IdxMacchina = IdxMaccSel;
// 2018.07.24 verifico se devo lavorare come ODL classico o come RPO (Richiesta /
// Promessa / ODL)
if (enableRPO)
@@ -976,7 +979,7 @@ namespace MP_TAB_SERV.Components
#region Private Properties
private string baseLang
{
get => MServ.UserPrefGet("Lang");
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2312.1111</Version>
<Version>6.16.2312.1112</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB_SERV</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2312.1111</h4>
<h4>Versione: 6.16.2312.1112</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2312.1111
6.16.2312.1112
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2312.1111</version>
<version>6.16.2312.1112</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+1 -1
View File
@@ -2774,7 +2774,7 @@ namespace MP.Data.Services
result = dbIocController.VMSFDGetAll();
// serializzp e salvo...
rawData = JsonConvert.SerializeObject(result);
await redisDb.StringSetAsync(currKey, rawData, LongCache);
await redisDb.StringSetAsync(currKey, rawData, UltraFastCache);
}
if (result == null)
{