- Aggiornata tabella gerarchia
- Allineamento bottoni joint
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user