- Aggiornata tabella gerarchia

- Allineamento bottoni joint
This commit is contained in:
Annamaria Sassi
2026-03-16 10:39:37 +01:00
parent 36c16e58bf
commit 63c8c83143
5 changed files with 13 additions and 688 deletions
+3 -4
View File
@@ -394,7 +394,7 @@ namespace WebWindowComplex
/// Richiesta chiusura SENZA salvataggio (= restore prev)
/// </summary>
/// <returns></returns>
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;
}
/// <summary>
@@ -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))
{