diff --git a/WebWindowComplex/Compo/CardFrame.razor b/WebWindowComplex/Compo/CardFrame.razor index 5b3cf51..d55f2c0 100644 --- a/WebWindowComplex/Compo/CardFrame.razor +++ b/WebWindowComplex/Compo/CardFrame.razor @@ -100,13 +100,13 @@
-
+
Joints
@if (!User) { -
-
+
+
diff --git a/WebWindowComplex/Compo/CardTree.razor b/WebWindowComplex/Compo/CardTree.razor index 702c019..ab1779d 100644 --- a/WebWindowComplex/Compo/CardTree.razor +++ b/WebWindowComplex/Compo/CardTree.razor @@ -1,6 +1,6 @@ @using static WebWindowComplex.LayoutConst -
+@*
*@ @for (int i = 0; i < maxCol; i++) @@ -58,10 +58,10 @@ style="font-size: 1rem;flex-basis: 80%;"> @ItemTableList[i].Desc - @if (ItemTableList[row].NumChild > 4) + @if (ItemTableList[row].NumChild > 3) { } @@ -137,4 +137,4 @@ }
-
\ No newline at end of file +@*
*@ \ No newline at end of file diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs index 07bdd96..3b12dce 100644 --- a/WebWindowComplex/TableComp.razor.cs +++ b/WebWindowComplex/TableComp.razor.cs @@ -394,7 +394,7 @@ namespace WebWindowComplex /// Richiesta chiusura SENZA salvataggio (= restore prev) /// /// - protected Task DoClose() + protected async Task DoClose() { editLock = false; Log.Info("Richiesta Chiusura"); @@ -412,9 +412,8 @@ namespace WebWindowComplex currJwd = CurrJwd, ForceSave = false, }; - return EC_OnClose.InvokeAsync(dataSave); + await EC_OnClose.InvokeAsync(dataSave); } - return null; } /// @@ -890,7 +889,7 @@ namespace WebWindowComplex CreateElementTable(m_CurrWindow.AreaList.First(), 1, 1, 1, 1); foreach (var item in ItemTableList) { - if (item.NumChild > 4) + if (item.NumChild > 3) { if (!RowCollapsed.ContainsKey(item.Row)) { diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 86390ec..36649d1 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.3.1309 + 3.1.3.1610 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -34,307 +34,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 084d2b9..1763a3d 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.3.1309 + 3.1.3.1610 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -35,374 +35,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file