From 115b1455f5d01513201ddd9314debdc91604d1cc Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Wed, 28 Dec 2022 08:56:55 +0100 Subject: [PATCH] tentativo fix reindirizzamento --- MP.INVE/Components/CodeScan.razor.cs | 9 ++++++++- 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, 12 insertions(+), 5 deletions(-) diff --git a/MP.INVE/Components/CodeScan.razor.cs b/MP.INVE/Components/CodeScan.razor.cs index 38c06308..c6c95fdb 100644 --- a/MP.INVE/Components/CodeScan.razor.cs +++ b/MP.INVE/Components/CodeScan.razor.cs @@ -38,7 +38,14 @@ namespace MP.INVE.Components get => _lastScan; set { - _lastScan = value.Trim(); + if (value.StartsWith("http")) + { + _lastScan = $"#{value}"; + } + else + { + _lastScan = value.Trim(); + } if (value != "") { saveSel(LastScan); diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj index c8f36ae9..5b462409 100644 --- a/MP.INVE/MP.INVE.csproj +++ b/MP.INVE/MP.INVE.csproj @@ -5,7 +5,7 @@ enable enable MP.INVE - 6.16.2212.2716 + 6.16.2212.2808 diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html index 4bfea4a3..daef55e0 100644 --- a/MP.INVE/Resources/ChangeLog.html +++ b/MP.INVE/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOINVE -

Versione: 6.16.2212.2716

+

Versione: 6.16.2212.2808


Note di rilascio: