diff --git a/WebWindowComplex/Compo/General.razor.cs b/WebWindowComplex/Compo/General.razor.cs index 2d8c287..b5fb1ef 100644 --- a/WebWindowComplex/Compo/General.razor.cs +++ b/WebWindowComplex/Compo/General.razor.cs @@ -126,7 +126,8 @@ namespace WebWindowComplex.Compo protected string cssValid(string fKey) { string ans = ""; - if (ListWarnings.ContainsKey(fKey) || DictPendReq.ContainsKey(fKey)) + if (ListWarnings != null && DictPendReq != null && + (ListWarnings.ContainsKey(fKey) || DictPendReq.ContainsKey(fKey))) ans = "border border-danger"; else ans = ""; diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 57f1f8a..0b9b87e 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.3.3012 + 3.1.3.3013 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -105,5 +105,6 @@ + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 01d8737..f9843e6 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.3.3012 + 3.1.3.3013 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -130,6 +130,13 @@ + + + + + + +