diff --git a/Lux.UI/Components/Compo/Offer/OfferCommonPar.razor b/Lux.UI/Components/Compo/Offer/OfferCommonPar.razor index 85412905..a81fa7cc 100644 --- a/Lux.UI/Components/Compo/Offer/OfferCommonPar.razor +++ b/Lux.UI/Components/Compo/Offer/OfferCommonPar.razor @@ -19,7 +19,7 @@ @if (ForceMode && !string.IsNullOrEmpty(@SelProfile)) {
- +
} diff --git a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor index 8ddb9f06..69994b44 100644 --- a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor +++ b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor @@ -135,11 +135,11 @@ else { if (item.Envir == EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW) { - + } else { - + } } else @@ -216,11 +216,11 @@ else { if (item.Envir == EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW) { - + } else { - + } } else diff --git a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs index 75c31139..83480004 100644 --- a/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs +++ b/Lux.UI/Components/Compo/Offer/OfferRowMan.razor.cs @@ -1191,6 +1191,14 @@ namespace Lux.UI.Components.Compo.Offer // chiedo BOM e immagine await callBomUpdate(item); } + + // chiudo blocco forza parametri + isForceParamMode = false; + } + + private string cssReqPend(bool isDirty) + { + return isDirty ? "border border-warning rounded border-3" : ""; } ///