Merge branch 'release/FixOrdinamentoFasiInEditor'

This commit is contained in:
Samuele Locatelli
2022-04-01 15:14:33 +02:00
6 changed files with 6 additions and 5 deletions
@@ -133,6 +133,7 @@ namespace GPW.CORE.Data.Controllers
.DbSetAnagFasi
.Where(x => x.IdxProgetto == idxProj)
.Include(p => p.ProgettoNav)
.OrderBy(x => x.CodFase)
.ToList();
}
catch (Exception exc)
@@ -335,7 +335,7 @@ namespace GPW.CORE.WRKLOG.Components
idxFase = currData.IdxFase;
}
}
//altrimenti primo...
// altrimenti primo...
else
{
var currData = fasiList.FirstOrDefault();
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>3.0.2203.1517</Version>
<Version>3.0.2204.0115</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>GPW - Gestione Presenze Web</i>
<h4>Versione: 3.0.2203.1517</h4>
<h4>Versione: 3.0.2204.0115</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
3.0.2203.1517
3.0.2204.0115
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>3.0.2203.1517</version>
<version>3.0.2204.0115</version>
<url>http://nexus.steamware.net/repository/SWS/GWMS/stable/0/GWMS.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/GWMS/stable/0/ChangeLog.html</changelog>
<mandatory>false</mandatory>