From 728cb2a041500759a74b06a6b026f4eb6d8da0de Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 1 Apr 2022 15:13:47 +0200 Subject: [PATCH] Update ordinamento fasi/sottofasi x correzione visualizzaizone in editor --- GPW.CORE.Data/Controllers/GPWController.cs | 1 + GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs | 2 +- GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj | 2 +- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/GPW.CORE.Data/Controllers/GPWController.cs b/GPW.CORE.Data/Controllers/GPWController.cs index 88cfa9b..7bf16d6 100644 --- a/GPW.CORE.Data/Controllers/GPWController.cs +++ b/GPW.CORE.Data/Controllers/GPWController.cs @@ -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) diff --git a/GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs b/GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs index 9004e20..fa35cc6 100644 --- a/GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs +++ b/GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs @@ -335,7 +335,7 @@ namespace GPW.CORE.WRKLOG.Components idxFase = currData.IdxFase; } } - //altrimenti primo... + // altrimenti primo... else { var currData = fasiList.FirstOrDefault(); diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj index 93457f6..0e7e39d 100644 --- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj @@ -2,7 +2,7 @@ net6.0 - 3.0.2203.1517 + 3.0.2204.0115 enable enable diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index b890ed5..2a6a3bd 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GPW - Gestione Presenze Web -

Versione: 3.0.2203.1517

+

Versione: 3.0.2204.0115


Note di rilascio: