-
+
@if (ShowDetail)
{
diff --git a/MP.SPEC/Pages/RepOper.razor.cs b/MP.SPEC/Pages/RepOper.razor.cs
index 7ff923d2..0dda2fc3 100644
--- a/MP.SPEC/Pages/RepOper.razor.cs
+++ b/MP.SPEC/Pages/RepOper.razor.cs
@@ -89,10 +89,10 @@ namespace MP.SPEC.Pages
private async Task ReloadDataAsync()
{
isLoading = true;
- ListMacchine?.Clear();
- ListReparti?.Clear();
- if (string.IsNullOrEmpty(CodGruppo))
+ //ListMacchine?.Clear();
+ if (string.IsNullOrEmpty(CodGruppo) || true)
{
+ ListReparti?.Clear();
var rawList = await MDService.ElencoRepartiDtoAsync();
if (string.IsNullOrEmpty(SearchVal))
{
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index 2f246f77..67011e00 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 8.16.2605.3007
+
Versione: 8.16.2605.3009
Note di rilascio:
-
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index a025c228..77349332 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-8.16.2605.3007
+8.16.2605.3009
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index f5b17fe1..8818602e 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 8.16.2605.3007
+ 8.16.2605.3009
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html
false
diff --git a/Refactor_Plan.md b/Refactor_Plan.md
index 5be856a1..ed85dfe8 100644
--- a/Refactor_Plan.md
+++ b/Refactor_Plan.md
@@ -46,7 +46,7 @@ Migrare la logica di caching manuale (Redis + DB) verso l'utilizzo di `IFusionCa
- `OdlListGetFiltAsync`
- `OperatoriGetFiltAsync`
- `ParametriGetFiltAsync`
-- `PODL_getDictOdlPodlAsync` (Parziale/Ibrido)
+- `PODL_getDictOdlPodlAsync` (Migrato con gestione manuale L1/L2)
- `POdlGetByOdlAsync`
- `POdlToKitListGetFiltAsync`
- `StatoMacchinaAsync`
@@ -87,3 +87,4 @@ Migrare la logica di caching manuale (Redis + DB) verso l'utilizzo di `IFusionCa
- *Mitigazione*: `FusionCache` gestisce la serializzazione, ma รจ necessario assicurarsi che i tipi di ritorno siano compatibili con le aspettative dei chiamanti.
+