From db678894828b0d0aec79b66dbc19b41a4e5ae39f Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 24 Nov 2022 08:42:03 +0100 Subject: [PATCH] fix inizializzazione parametri --- MP.INVE/Components/CodeScan.razor.cs | 7 ++++--- MP.INVE/MP.INVE.csproj | 2 +- MP.INVE/Resources/ChangeLog.html | 2 +- MP.INVE/Resources/VersNum.txt | 2 +- MP.INVE/Resources/manifest.xml | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/MP.INVE/Components/CodeScan.razor.cs b/MP.INVE/Components/CodeScan.razor.cs index 3f2b95ee..4c8b1654 100644 --- a/MP.INVE/Components/CodeScan.razor.cs +++ b/MP.INVE/Components/CodeScan.razor.cs @@ -27,15 +27,16 @@ namespace MP.INVE.Components /// protected void setFocus() { - // all'apertura del componente -_> focus su txtbox scan (e anche dopo input) + // all'apertura del componente --> focus su txtbox scan (e anche dopo input) } private ElementReference target; protected string lastScan { get; set; } = ""; - [Parameter] - public SelectScanParams currParams { get; set; } = null!; + + public SelectScanParams currParams = new SelectScanParams(); + protected string rawScan { get => currParams.UDC; diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj index 4e22a434..e6283c23 100644 --- a/MP.INVE/MP.INVE.csproj +++ b/MP.INVE/MP.INVE.csproj @@ -5,7 +5,7 @@ enable enable MP.INVE - 6.16.2211.2317 + 6.16.2211.2408 diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html index 4da7f511..29a93835 100644 --- a/MP.INVE/Resources/ChangeLog.html +++ b/MP.INVE/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOINVE -

Versione: 6.16.2211.2317

+

Versione: 6.16.2211.2408


Note di rilascio: