Merge branch 'release/FixQrcodeDisplayLink'

This commit is contained in:
Samuele Locatelli
2023-03-28 08:12:24 +02:00
7 changed files with 10 additions and 8 deletions
@@ -106,7 +106,7 @@ namespace GPW.CORE.Api.Controllers
}
/// <summary>
/// Effettua verifiche DailyDuties sulle timbrature
/// Pagina di prova x validità chiamate API
/// </summary>
/// <returns></returns>
[HttpGet("Test")]
@@ -20,7 +20,9 @@ namespace GPW.CORE.Smart.Components
if (recordDip != null)
{
string baseUrl = ToggleData.isActive ? UrlLinkInt : UrlLinkExt;
string newCode = getUrlCode(baseUrl, recordDip.AuthKey);
//calcolo authKey valida x url --> escaped!
string authKeyFix = System.Web.HttpUtility.UrlEncode(recordDip.AuthKey);
string newCode = getUrlCode(baseUrl, authKeyFix);
if (rawCode != newCode)
{
rawCode = newCode;
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>3.0.2303.0417</Version>
<Version>3.0.2303.2808</Version>
<ImplicitUsings>enable</ImplicitUsings>
<PackageProjectUrl>www.egalware.com</PackageProjectUrl>
<Description>GPW Smart UI</Description>
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>3.0.2303.2419</Version>
<Version>3.0.2303.2710</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>GPW - Gestione Presenze Web</i>
<h4>Versione: 3.0.2303.2419</h4>
<h4>Versione: 3.0.2303.2808</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
3.0.2303.2419
3.0.2303.2808
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>3.0.2303.2419</version>
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
<version>3.0.2303.2808</version>
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.Smart.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
<mandatory>false</mandatory>
</item>