diff --git a/Directory.Packages.props b/Directory.Packages.props
index d7712578..8e95500d 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -8,8 +8,8 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
+
+
diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj
index 9733becf..437bf1c3 100644
--- a/Lux.API/Lux.API.csproj
+++ b/Lux.API/Lux.API.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 1.1.2603.2717
+ 1.1.2603.2718
diff --git a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor
index 69994b44..6a2a1ce2 100644
--- a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor
+++ b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor
@@ -11,6 +11,7 @@
{
diff --git a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs
index 83480004..7bb31606 100644
--- a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs
+++ b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs
@@ -182,6 +182,11 @@ namespace Lux.UI.Components.Compo.Offer
///
private LivePayload CurrData = new LivePayload();
+ ///
+ /// Elenco delle richieste pensding da DB x RigaOfferta corrente
+ ///
+ private Dictionary CurrPendReq = new();
+
///
/// Modalit� editint attiva
///
@@ -857,6 +862,8 @@ namespace Lux.UI.Components.Compo.Offer
{
// imposto edit record
EditRecord = curRec;
+ // recupero dictReqPending correnti
+ CurrPendReq = curRec.DictPendingPresel;
/// modalita edit: gestione valori campi record
CurrEditMode = EditMode.RecData;
isLoading = false;
diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj
index ede37bdf..1922f68e 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
- 1.1.2603.2717
+ 1.1.2603.2718
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index d60a02c0..9247a2e0 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
LUX - Web Windows MES
- Versione: 1.1.2603.2717
+ Versione: 1.1.2603.2718
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index dff25755..ee29d7e4 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-1.1.2603.2717
+1.1.2603.2718
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index 4914d9b5..ba0affac 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 1.1.2603.2717
+ 1.1.2603.2718
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false