From 5a1075db98a3f10ffd7c50d34dac9e6657c4e25e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 2 Oct 2024 09:46:01 +0200 Subject: [PATCH] update procedura save release aggiornate --- LiMan.DB/Controllers/DbController.cs | 2 +- LiMan.UI/LiMan.UI.csproj | 2 +- LiMan.UI/Resources/ChangeLog.html | 2 +- LiMan.UI/Resources/VersNum.txt | 2 +- LiMan.UI/Resources/manifest.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LiMan.DB/Controllers/DbController.cs b/LiMan.DB/Controllers/DbController.cs index bcb0fd4..00002af 100644 --- a/LiMan.DB/Controllers/DbController.cs +++ b/LiMan.DB/Controllers/DbController.cs @@ -1570,7 +1570,7 @@ namespace LiMan.DB.Controllers // cerco record esistente... var currRec = localDbCtx .DbSetReleases - .Where(x => (x.IdxRel == currItem.IdxRel && currItem.IdxRel > 0) || (x.CodApp == currItem.CodApp && x.VersNum == x.VersNum)) + .Where(x => (x.IdxRel == currItem.IdxRel && currItem.IdxRel > 0) || (x.CodApp == currItem.CodApp && x.VersNum == x.VersNum && x.VersText == x.VersText)) .FirstOrDefault(); if (currRec != null) { diff --git a/LiMan.UI/LiMan.UI.csproj b/LiMan.UI/LiMan.UI.csproj index a28acd6..d625d98 100644 --- a/LiMan.UI/LiMan.UI.csproj +++ b/LiMan.UI/LiMan.UI.csproj @@ -2,7 +2,7 @@ net6.0 - 1.1.2409.2619 + 1.1.2410.0209 LiMan.UI LiMan.UI diff --git a/LiMan.UI/Resources/ChangeLog.html b/LiMan.UI/Resources/ChangeLog.html index 66070e8..e7eb64c 100644 --- a/LiMan.UI/Resources/ChangeLog.html +++ b/LiMan.UI/Resources/ChangeLog.html @@ -1,6 +1,6 @@ License Manager -

Versione: 1.1.2409.2619

+

Versione: 1.1.2410.0209


Note di rilascio: