- Correzione aggiunta prima anta
- Inizio inserimento icone
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user