From b3bb9660944cddb18ba820d4feb7e37ca1aca17f Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 30 Nov 2023 18:09:40 +0100 Subject: [PATCH] modifica riqualifica --- MP-TAB-SERV/Components/LongStopList.razor | 13 ++++++++++++- MP-TAB-SERV/Components/NotesEditor.razor | 12 +----------- MP-TAB-SERV/Components/NotesEditor.razor.cs | 4 ++-- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- 7 files changed, 19 insertions(+), 18 deletions(-) diff --git a/MP-TAB-SERV/Components/LongStopList.razor b/MP-TAB-SERV/Components/LongStopList.razor index c1566122..f9981a6b 100644 --- a/MP-TAB-SERV/Components/LongStopList.razor +++ b/MP-TAB-SERV/Components/LongStopList.razor @@ -51,7 +51,15 @@ - } + } + else + { +
+ +
+ }
@@ -66,6 +74,9 @@
} + } diff --git a/MP-TAB-SERV/Components/NotesEditor.razor b/MP-TAB-SERV/Components/NotesEditor.razor index 4e677c8a..791921d8 100644 --- a/MP-TAB-SERV/Components/NotesEditor.razor +++ b/MP-TAB-SERV/Components/NotesEditor.razor @@ -1,15 +1,5 @@ 
- @if (ShowBtn) - { -
- -
- } - else + @if (UserComment != "") {
diff --git a/MP-TAB-SERV/Components/NotesEditor.razor.cs b/MP-TAB-SERV/Components/NotesEditor.razor.cs index a6af00a2..5b891c17 100644 --- a/MP-TAB-SERV/Components/NotesEditor.razor.cs +++ b/MP-TAB-SERV/Components/NotesEditor.razor.cs @@ -155,7 +155,7 @@ namespace MP_TAB_SERV.Components { await Task.Delay(1); ShowBtn = false; - UserComment = await MServ.CommentoValGet(true); + //UserComment = await MServ.CommentoValGet(true); DateSel = await MServ.CommentoDtRifGet(true); await InvokeAsync(StateHasChanged); } @@ -245,7 +245,7 @@ namespace MP_TAB_SERV.Components { UserComment = ""; DateSel = DateTime.Now; - ShowBtn = true; + CurrComm = null; //StateHasChanged(); } diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index e64bddd9..da386b70 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2311.3016 + 6.16.2311.3018 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 279486ec..38abd60d 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2311.3016

+

Versione: 6.16.2311.3018


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index 4f92cc25..2fa44d88 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2311.3016 +6.16.2311.3018 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index 53c0f05d..29a2b035 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2311.3016 + 6.16.2311.3018 https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html false