From bb9cbb7dd7a37b4b0d4412d9d4d8ba0fd8db9f76 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Fri, 14 Aug 2026 13:11:23 +0200 Subject: [PATCH] Fix traduzioni --- WebWindowComplex/TableComp.razor.cs | 2 +- WebWindowComplex/WebWindowComplex.csproj | 5 ++++- WebWindowConfigurator/WebWindowConfigurator.csproj | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs index 571f966..9515297 100644 --- a/WebWindowComplex/TableComp.razor.cs +++ b/WebWindowComplex/TableComp.razor.cs @@ -163,7 +163,7 @@ namespace WebWindowComplex { // Ricava il percorso assoluto sul disco del server - string filePath = Path.Combine("Data", "Lemmi.json"); + string filePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,"Data", "Lemmi.json"); if (File.Exists(filePath)) { diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 72998ba..bed1888 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.8.1412 + 3.1.8.1413 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -223,6 +223,9 @@ + + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 011bff9..0beb9aa 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.8.1412 + 3.1.8.1413 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -536,6 +536,9 @@ + + +