Merge branch 'Release/FixTab3ParamsMpIO'

This commit is contained in:
Samuele Locatelli
2024-04-30 16:22:27 +02:00
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2404.2411</Version>
<Version>6.16.2404.3016</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB3</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2404.2411</h4>
<h4>Versione: 6.16.2404.3016</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2404.2411
6.16.2404.3016
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2404.2411</version>
<version>6.16.2404.3016</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+2 -1
View File
@@ -23,7 +23,8 @@
"BaseAddr": "https://iis04.egalware.com/MP/TAB3/",
"BasePathDisegni": "C:\\Steamware\\disegni",
"BaseUrlTab": "/MP/TAB3",
"ImgBasePath": "https://iis04.egalware.com/MP/images/macchine/small/"
"ImgBasePath": "https://iis04.egalware.com/MP/images/macchine/small/",
"MpIoNS": "MoonPro:SQL2016DEV:MoonPro"
},
"AlarmDest": "samuele.locatelli@egalware.com, ceo@steamware.net"
}
+1 -1
View File
@@ -1048,7 +1048,7 @@ namespace MP.Data.Services
sw.Start();
List<ObjItemDTO>? result = new List<ObjItemDTO>();
// cerco in redis...
string currKey = redHashParam($"CurrentParameters:{idxMacchina}");
string currKey = redHashMpIO($"CurrentParameters:{idxMacchina}");
RedisValue rawData = redisDb.StringGet(currKey);
if (rawData.HasValue)
{