From 4c37be68fb656a198120da753ce9a47319be1001 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 9 Sep 2025 11:49:43 +0200 Subject: [PATCH 1/2] Fix catena sel idxMaccSub --- MP-TAB3/Components/MachSel.razor.cs | 4 +++- MP-TAB3/MP-TAB3.csproj | 2 +- MP-TAB3/Resources/ChangeLog.html | 2 +- MP-TAB3/Resources/VersNum.txt | 2 +- MP-TAB3/Resources/manifest.xml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/MP-TAB3/Components/MachSel.razor.cs b/MP-TAB3/Components/MachSel.razor.cs index c6b44baa..264de1bd 100644 --- a/MP-TAB3/Components/MachSel.razor.cs +++ b/MP-TAB3/Components/MachSel.razor.cs @@ -3,6 +3,7 @@ using MP.Data.DbModels; using MP.Data.Services; using NLog; using System.Reflection.Metadata; +using static MongoDB.Driver.WriteConcern; namespace MP_TAB3.Components { @@ -127,7 +128,7 @@ namespace MP_TAB3.Components var newValue = e.Value?.ToString(); if (newValue != idxMaccSel) { - idxMaccSel = newValue; + IdxMaccSel = newValue; await E_MachSel.InvokeAsync(newValue); } } @@ -156,6 +157,7 @@ namespace MP_TAB3.Components if (!string.IsNullOrEmpty(idxMSel)) { IdxMaccSel = idxMSel; + await E_MachSel.InvokeAsync(idxMSel); } else { diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index ffe2df75..ff30000f 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2509.817 + 6.16.2509.911 enable MP_TAB3 diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html index c37e93f2..5317d430 100644 --- a/MP-TAB3/Resources/ChangeLog.html +++ b/MP-TAB3/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2509.817

+

Versione: 6.16.2509.911


Note di rilascio: