From e21b7b9eeea0a153997a06ce0c97e2376e082cb2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 13 Oct 2021 10:50:28 +0200 Subject: [PATCH] Update LAND x usare ordinamento corretto in display --- MP.AppAuth/Controllers/AppAuthController.cs | 1 + MP.AppAuth/Models/UpdMan.cs | 1 + MP.Land/MP.Land.csproj | 2 +- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MP.AppAuth/Controllers/AppAuthController.cs b/MP.AppAuth/Controllers/AppAuthController.cs index 69f0fd1f..26d54e80 100644 --- a/MP.AppAuth/Controllers/AppAuthController.cs +++ b/MP.AppAuth/Controllers/AppAuthController.cs @@ -99,6 +99,7 @@ namespace MP.AppAuth.Controllers { dbResult = localDbCtx .DbSetUpdMan + .OrderBy(x => x.Ordinal) .ToList(); } return dbResult; diff --git a/MP.AppAuth/Models/UpdMan.cs b/MP.AppAuth/Models/UpdMan.cs index d1496155..f73ab33c 100644 --- a/MP.AppAuth/Models/UpdMan.cs +++ b/MP.AppAuth/Models/UpdMan.cs @@ -20,6 +20,7 @@ namespace MP.AppAuth.Models public string LicenseKey { get; set; } public string LocalRepo { get; set; } public string ManifestUrl { get; set; } + public int Ordinal { get; set; } = 1; public string PackName { get; set; } #endregion Public Properties diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj index 019654f0..105d235b 100644 --- a/MP.Land/MP.Land.csproj +++ b/MP.Land/MP.Land.csproj @@ -3,7 +3,7 @@ net5.0 MP.Land - 6.14.2109.2215 + 6.14.2110.1310 diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html index f85b95c8..32173984 100644 --- a/MP.Land/Resources/ChangeLog.html +++ b/MP.Land/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo gestione Programmi MAPO -

Versione: 6.14.2109.2215

+

Versione: 6.14.2110.1310


Note di rilascio: