-
+
@* *@
diff --git a/Lux.UI/Components/Compo/OfferRowMan.razor.cs b/Lux.UI/Components/Compo/OfferRowMan.razor.cs
index 14a3b21c..72375eeb 100644
--- a/Lux.UI/Components/Compo/OfferRowMan.razor.cs
+++ b/Lux.UI/Components/Compo/OfferRowMan.razor.cs
@@ -604,7 +604,7 @@ namespace Lux.UI.Components.Compo
private Dictionary
currGroupShape = new Dictionary();
- private string currOptXml = "";
+ private Dictionary currHwOption = new Dictionary();
private int currPage = 1;
@@ -792,9 +792,10 @@ namespace Lux.UI.Components.Compo
{
if (currArgs.msgUid.Equals($"{hwOptChannel}:{EditRecord.OfferRowUID}"))
{
- currOptXml = currArgs.newMessage;
+ var rawDict = JsonConvert.DeserializeObject>(currArgs.newMessage) ?? new Dictionary();
+ currHwOption = rawDict;
// salvo in live data...
- CurrData.OptionsXml = currOptXml;
+ CurrData.DictOptionsXml = currHwOption;
}
await InvokeAsync(StateHasChanged);
}
diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj
index 46f751fa..9b58d213 100644
--- a/Lux.UI/Lux.UI.csproj
+++ b/Lux.UI/Lux.UI.csproj
@@ -5,7 +5,7 @@
enable
enable
aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50
- 0.9.2511.0315
+ 0.9.2511.0318
@@ -17,7 +17,7 @@
-
+
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 1a58a1dd..277c271a 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
LUX - Web Windows MES
- Versione: 0.9.2511.0315
+ Versione: 0.9.2511.0318
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index bcb2da7f..081d5110 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-0.9.2511.0315
+0.9.2511.0318
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index b146abcd..803dc1a4 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 0.9.2511.0315
+ 0.9.2511.0318
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false