From 55df301628367ecc2a131ee2e3c05cf09c6927e3 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 9 Mar 2026 12:04:29 +0100 Subject: [PATCH] Bozza envir --- Lux.API/Lux.API.csproj | 2 +- Lux.UI/Components/Pages/Items.razor | 10 +++++++++- Lux.UI/Components/Pages/Items.razor.cs | 14 ++++++++++++++ Lux.UI/Lux.UI.csproj | 2 +- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 0382fc6a..c3583a87 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2603.0911 + 1.1.2603.0912 diff --git a/Lux.UI/Components/Pages/Items.razor b/Lux.UI/Components/Pages/Items.razor index d4836532..767e6ecc 100644 --- a/Lux.UI/Components/Pages/Items.razor +++ b/Lux.UI/Components/Pages/Items.razor @@ -18,13 +18,21 @@
- @if (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND) + @if (!showItemsBuy && (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND)) { }
+ Envir + Gruppo