- Correzione aggiunta prima anta

- Inizio inserimento icone
This commit is contained in:
Annamaria Sassi
2026-08-04 13:18:26 +02:00
parent da803a0684
commit 82efe6fdca
11 changed files with 31 additions and 7 deletions
+2
View File
@@ -1358,6 +1358,7 @@ namespace WebWindowComplex
}
for (int i = 0; i < SashGroupList.Count; i++)
{
// Anta non ha famiglia hw, ma è stato salvato il valore precedente
if ((string.IsNullOrEmpty(SashGroupList.ElementAt(i).SelFamilyHardware)) &&
prevHardware != null && prevHardware.Count > 0)
{
@@ -1370,6 +1371,7 @@ namespace WebWindowComplex
SashGroupList.ElementAt(i).SetSelFamilyHardwareFromIndex(prevHardware.ElementAt(i).Id);
}
}
// salvo il valore di hw nel precedente
else if (prevHardware != null &&
(!string.IsNullOrEmpty(SashGroupList.ElementAt(i).SelFamilyHardware) || SashGroupList.ElementAt(i).SelHardware != null || SashGroupList.ElementAt(i).SelHardware.Id != "000000"))
{