From 34a41ca85be0eb92bbb46f5cb738d4dfb7fb00d4 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Mon, 26 Jan 2026 11:34:36 +0100 Subject: [PATCH] Fix richiesta Profilo da Area --- WebWindowComplex/Compo/CardFrame.razor.cs | 2 +- WebWindowComplex/TableComp.razor.cs | 3 +-- WebWindowComplex/WebWindowComplex.csproj | 3 +++ WebWindowConfigurator/WebWindowConfigurator.csproj | 3 +++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/WebWindowComplex/Compo/CardFrame.razor.cs b/WebWindowComplex/Compo/CardFrame.razor.cs index 71ba513..124a7ee 100644 --- a/WebWindowComplex/Compo/CardFrame.razor.cs +++ b/WebWindowComplex/Compo/CardFrame.razor.cs @@ -88,8 +88,8 @@ namespace WebWindowComplex.Compo currFrame = CurrFrameWindow, svgNoHw = true }; - _ = EC_ReqElement.InvokeAsync(CurrFrameWindow); _ = EC_UpdateFrame.InvokeAsync(args); + _ = EC_ReqElement.InvokeAsync(CurrFrameWindow); } } } diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs index 2649b20..ef5d122 100644 --- a/WebWindowComplex/TableComp.razor.cs +++ b/WebWindowComplex/TableComp.razor.cs @@ -1288,8 +1288,7 @@ namespace WebWindowComplex reqList.Add(item.GroupId); } } - if (prevReq == (int)DataReq.ReqElement) - await DoReqElement(reqList); + await DoReqElement(reqList); } } diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index b00cda5..308f9ef 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -89,6 +89,9 @@ + + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 15b26cb..1972dea 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -134,6 +134,9 @@ + + +