diff --git a/Test.UI/Components/Pages/EditJWD.razor.cs b/Test.UI/Components/Pages/EditJWD.razor.cs
index 06a5af7..089a306 100644
--- a/Test.UI/Components/Pages/EditJWD.razor.cs
+++ b/Test.UI/Components/Pages/EditJWD.razor.cs
@@ -147,8 +147,9 @@ namespace Test.UI.Components.Pages
//InitialJwd = File.ReadAllText("Data\\AntaDoppiaInglesine.jwd");
#if false
InitialJwd = File.ReadAllText("Data\\AntaDoppia.jwd");
-#endif
+#else
InitialJwd = "{}";
+#endif
currJwd = InitialJwd;
// rileggo altri dati
await ReloadData();
diff --git a/Test.UI/appsettings.json b/Test.UI/appsettings.json
index 8c5f5d9..ed1df57 100644
--- a/Test.UI/appsettings.json
+++ b/Test.UI/appsettings.json
@@ -52,7 +52,9 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
- "Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=6, keepAlive=180, connectTimeout=15000, syncTimeout=15000, asyncTimeout=15000, abortConnect=false, ssl=false, allowAdmin=true"
+ "Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=6, keepAlive=180, connectTimeout=15000, syncTimeout=15000, asyncTimeout=15000, abortConnect=false, ssl=false, allowAdmin=true",
+ "DefaultConnection": "Server=mdb.ufficio;port=3306;database=Lux_000;uid=lux_user;pwd=Egal_pwd!;sslmode=None;",
+ "Lux.All": "Server=mdb.ufficio;port=3306;database=Lux_000;uid=lux_user;pwd=Egal_pwd!;sslmode=None;"
},
"ServerConf": {
"BaseUrl": "/lux/test/",
diff --git a/WebWindowComplex/DTO/DataSave.cs b/WebWindowComplex/DTO/DataSave.cs
new file mode 100644
index 0000000..d4ff31b
--- /dev/null
+++ b/WebWindowComplex/DTO/DataSave.cs
@@ -0,0 +1,12 @@
+namespace WebWindowComplex.DTO
+{
+ public class DataSave
+ {
+ #region Public Properties
+
+ public string currJwd { get; set; } = "";
+ public bool ForceSave { get; set; } = true;
+
+ #endregion Public Properties
+ }
+}
\ No newline at end of file
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj
index dd170d3..6e7997c 100644
--- a/WebWindowComplex/WebWindowComplex.csproj
+++ b/WebWindowComplex/WebWindowComplex.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.3.1815
+ 3.1.3.2009
Annamaria Sassi
Egalware
Componente gestione Configurazioni avanzate Window per LUX
@@ -37,3 +37,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index 2b3c764..626c441 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.3.1815
+ 3.1.3.2009
Annamaria Sassi
Egalware
Componente gestione JWD per LUX
@@ -38,3 +38,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+