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 @@