Fix
This commit is contained in:
@@ -651,8 +651,8 @@ namespace WebWindowComplex
|
||||
private void checkWarnings()
|
||||
{
|
||||
// verifico 1:1 le liste e i valori siano coerenti...
|
||||
if (ListPayload.ColorMaterial != null && ListPayload.ColorMaterial.Count > 0)
|
||||
{
|
||||
//if (ListPayload.ColorMaterial != null && ListPayload.ColorMaterial.Count > 0)
|
||||
//{
|
||||
if (m_CurrWindow != null)
|
||||
{
|
||||
if (ListPayload.ColorMaterial == null || !ListPayload.ColorMaterial.Contains(m_CurrWindow.sColorMaterial))
|
||||
@@ -676,7 +676,7 @@ namespace WebWindowComplex
|
||||
listWarnings.Add("GroupId", "JWD not correct!");
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -104,6 +104,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -141,6 +141,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user