From edf2e2d0683e4d87715d147559a54ced79ec6bcc Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 22 Jan 2026 16:18:14 +0100 Subject: [PATCH] commentato #if false aree deprecate --- Test.UI/Components/Pages/BaseEdit.razor.cs | 4 +--- Test.UI/Components/Pages/EditJWD.razor.cs | 4 +--- Test.UI/Components/Pages/Home.razor.cs | 4 +--- WebWindowComplex/DTO/BaseListPayload.cs | 4 +++- WebWindowComplex/WebWindowComplex.csproj | 2 ++ WebWindowConfigurator/WebWindowConfigurator.csproj | 2 ++ 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Test.UI/Components/Pages/BaseEdit.razor.cs b/Test.UI/Components/Pages/BaseEdit.razor.cs index 1a9e75e..14aec17 100644 --- a/Test.UI/Components/Pages/BaseEdit.razor.cs +++ b/Test.UI/Components/Pages/BaseEdit.razor.cs @@ -153,9 +153,7 @@ namespace Test.UI.Components.Pages FamilyHardware = AvailFamilyHardwareList, Glass = AvailGlassList, Hardware = AvailHardwareList, - Material = AvailMaterialList, - //Profile = AvailProfileList, - //Threshold = AvailThreshold + Material = AvailMaterialList }; CurrData = new LivePayload() { diff --git a/Test.UI/Components/Pages/EditJWD.razor.cs b/Test.UI/Components/Pages/EditJWD.razor.cs index 852f82c..0280f61 100644 --- a/Test.UI/Components/Pages/EditJWD.razor.cs +++ b/Test.UI/Components/Pages/EditJWD.razor.cs @@ -229,9 +229,7 @@ namespace Test.UI.Components.Pages Glass = AvailGlassList, Hardware = AvailHardwareList, Material = AvailMaterialList, - ProfileList = AvailProfileList, - //Profile = AvailProfileListOld, - //Threshold = AvailThresholdOld + ProfileList = AvailProfileList }; CurrData = new LivePayload() { diff --git a/Test.UI/Components/Pages/Home.razor.cs b/Test.UI/Components/Pages/Home.razor.cs index f71df72..7110122 100644 --- a/Test.UI/Components/Pages/Home.razor.cs +++ b/Test.UI/Components/Pages/Home.razor.cs @@ -355,9 +355,7 @@ namespace Test.UI.Components.Pages FamilyHardware = AvailFamilyHardwareList, Glass = AvailGlassList, Hardware = AvailHardwareList, - Material = AvailMaterialList, - //Profile = AvailProfileList, - //Threshold = AvailThreshold + Material = AvailMaterialList }; } diff --git a/WebWindowComplex/DTO/BaseListPayload.cs b/WebWindowComplex/DTO/BaseListPayload.cs index 05de28b..aa352a3 100644 --- a/WebWindowComplex/DTO/BaseListPayload.cs +++ b/WebWindowComplex/DTO/BaseListPayload.cs @@ -39,6 +39,7 @@ namespace WebWindowComplex.DTO /// public List Glass { get; set; } = null!; +#if false /// /// Elenco profili ammessi /// @@ -49,7 +50,8 @@ namespace WebWindowComplex.DTO /// Elenco profili ammessi /// [Obsolete("Sostituire con info ProfileList")] - public Dictionary>? Threshold { get; set; } = null; + public Dictionary>? Threshold { get; set; } = null; +#endif /// /// Lista info profili nel nuovo formato compatto diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 154f116..9cb2e78 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -65,6 +65,8 @@ + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index d1a5226..aadb65f 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -93,6 +93,8 @@ + +