diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs index 9ba38a1..eb871de 100644 --- a/WebWindowComplex/TableComp.razor.cs +++ b/WebWindowComplex/TableComp.razor.cs @@ -479,12 +479,13 @@ namespace WebWindowComplex } PendReq.Remove("Profile"); } + await EC_UpdateReqPend.InvokeAsync(PendReq); if (PendReq != null && PendReq.Count == 0) { + await Task.Delay(10); reqBool = false; await DoSave(); } - await EC_UpdateReqPend.InvokeAsync(PendReq); } /// @@ -1761,7 +1762,7 @@ namespace WebWindowComplex } /// - /// Metodo per settare i paramteri di ingresso selezionati + /// Metodo per settare i parametri di ingresso selezionati /// private void UpdInputList(string profile) { @@ -1772,7 +1773,7 @@ namespace WebWindowComplex } /// - /// Metodo per settare i paramteri di ingresso selezionati + /// Metodo per settare il profilo (x parametri di ingresso) /// private void UpdInputListJson(JsonWindow? WindowFromJson) { @@ -1782,6 +1783,9 @@ namespace WebWindowComplex UpdInputList(profile); } + /// + /// Metodo per settare il profilo (x parametri di ingresso) + /// private void UpdInputListWindow() { string profile = ""; diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 9dce1df..5b6ac30 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -100,5 +100,6 @@ + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 0f09a0e..80ce5b5 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -126,5 +126,6 @@ +