diff --git a/GPW.CORE.Api/Controllers/TimbraCheckController.cs b/GPW.CORE.Api/Controllers/TimbraCheckController.cs index 778dd59..2b9e7cb 100644 --- a/GPW.CORE.Api/Controllers/TimbraCheckController.cs +++ b/GPW.CORE.Api/Controllers/TimbraCheckController.cs @@ -106,7 +106,7 @@ namespace GPW.CORE.Api.Controllers } /// - /// Effettua verifiche DailyDuties sulle timbrature + /// Pagina di prova x validità chiamate API /// /// [HttpGet("Test")] diff --git a/GPW.CORE.SMART/Components/UserQrCode.razor.cs b/GPW.CORE.SMART/Components/UserQrCode.razor.cs index 6e044a1..a145a13 100644 --- a/GPW.CORE.SMART/Components/UserQrCode.razor.cs +++ b/GPW.CORE.SMART/Components/UserQrCode.razor.cs @@ -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; diff --git a/GPW.CORE.SMART/GPW.CORE.SMART.csproj b/GPW.CORE.SMART/GPW.CORE.SMART.csproj index ff1264b..5fc12cf 100644 --- a/GPW.CORE.SMART/GPW.CORE.SMART.csproj +++ b/GPW.CORE.SMART/GPW.CORE.SMART.csproj @@ -3,7 +3,7 @@ net6.0 enable - 3.0.2303.0417 + 3.0.2303.2808 enable www.egalware.com GPW Smart UI diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj index 9ee3e90..921140b 100644 --- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj @@ -2,7 +2,7 @@ net6.0 - 3.0.2303.2419 + 3.0.2303.2710 enable enable diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 597fbe9..846d745 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GPW - Gestione Presenze Web -

Versione: 3.0.2303.2419

+

Versione: 3.0.2303.2808


Note di rilascio: