cambiata gestione barcode reader

This commit is contained in:
zaccaria.majid
2023-11-16 10:12:20 +01:00
parent ce175aab40
commit 68b65fb39f
6 changed files with 7 additions and 10 deletions
+3 -4
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2311.1515</Version>
<Version>6.16.2311.1610</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB_SERV</RootNamespace>
</PropertyGroup>
@@ -17,10 +17,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EgwCoreLib.Razor" Version="1.4.2310.2417" />
<PackageReference Include="EgwCoreLib.Utils" Version="1.4.2310.2417" />
<PackageReference Include="EgwCoreLib.Razor" Version="1.4.2311-beta.1610" />
<PackageReference Include="EgwCoreLib.Utils" Version="1.4.2311-beta.1610" />
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
<PackageReference Include="ZXingBlazor" Version="1.0.10" />
</ItemGroup>
<ItemGroup>
-1
View File
@@ -1,5 +1,4 @@
@page "/reg-new-device"
@using ZXingBlazor.Components
<div class="text-center">
<span class="fs-2 fw-bold">QR-Scan USER LOGIN</span>
+1 -2
View File
@@ -6,7 +6,6 @@ using MP.Data.DatabaseModels;
using MP.Data.DTO;
using MP.Data.Services;
using Newtonsoft.Json;
using ZXingBlazor.Components;
namespace MP_TAB_SERV.Pages
{
@@ -166,7 +165,7 @@ namespace MP_TAB_SERV.Pages
private bool ShowScanBarcode { get; set; } = false;
protected BarcodeReader barcodeReaderCustom { get; set; } = null!;
protected EgwCoreLib.Razor.BarcodeReader barcodeReaderCustom { get; set; } = null!;
#endregion Private Properties
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2311.1515</h4>
<h4>Versione: 6.16.2311.1610</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2311.1515
6.16.2311.1610
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2311.1515</version>
<version>6.16.2311.1610</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>