Merge branch 'Release/FixSpecPodlNew01'

This commit is contained in:
Samuele Locatelli
2024-04-29 17:42:40 +02:00
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2404.2910</Version>
<Version>6.16.2404.2917</Version>
<UserSecretsId>1800a78a-6ff1-40f9-b490-87fb8bfc1394</UserSecretsId>
</PropertyGroup>
+6 -1
View File
@@ -289,7 +289,12 @@ namespace MP.SPEC.Pages
private bool addEnabled
{
get => currFase != "*";
get
{
//bool answ = currFase != "*";
bool answ = (useFasi4KeyRich == "FASE" && currFase != "*") || (useFasi4KeyRich != "FASE" && selReparto!="*");
return answ;
}
}
private string artSearch
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2404.2910</h4>
<h4>Versione: 6.16.2404.2917</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2404.2910
6.16.2404.2917
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2404.2910</version>
<version>6.16.2404.2917</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>