From 34147267cd671f3058ef5b84129b8200acb4eadb Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 25 Jan 2022 14:10:02 +0100 Subject: [PATCH] fIX DISPLAY MESSAGGIO X PROGETTI IN VETO --- GPW.CORE.UI/Components/RecFaseStart.razor | 2 +- GPW.CORE.UI/GPW.CORE.UI.csproj | 2 +- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GPW.CORE.UI/Components/RecFaseStart.razor b/GPW.CORE.UI/Components/RecFaseStart.razor index 8ff0257..07a3077 100644 --- a/GPW.CORE.UI/Components/RecFaseStart.razor +++ b/GPW.CORE.UI/Components/RecFaseStart.razor @@ -45,7 +45,7 @@ else rimanenti: @CalcOreFasi.timeRem.ToString("N0") - @if (!(bool)CalcOreFasi.Attivo) + @if (!(bool)CalcOreFasi.Attivo || VetoProj) { if (VetoInsert) { diff --git a/GPW.CORE.UI/GPW.CORE.UI.csproj b/GPW.CORE.UI/GPW.CORE.UI.csproj index a383b74..f63ccae 100644 --- a/GPW.CORE.UI/GPW.CORE.UI.csproj +++ b/GPW.CORE.UI/GPW.CORE.UI.csproj @@ -2,7 +2,7 @@ net6.0 - 3.0.2201.2511 + 3.0.2201.2514 enable enable diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 57446c7..176ff34 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GPW - Gestione Presenze Web -

Versione: 3.0.2201.2511

+

Versione: 3.0.2201.2514


Note di rilascio: