diff --git a/MP.SPEC/Components/ProdKit/KitPodlMan.razor.cs b/MP.SPEC/Components/ProdKit/KitPodlMan.razor.cs
index 818a7414..3446ed5c 100644
--- a/MP.SPEC/Components/ProdKit/KitPodlMan.razor.cs
+++ b/MP.SPEC/Components/ProdKit/KitPodlMan.razor.cs
@@ -152,6 +152,7 @@ namespace MP.SPEC.Components.ProdKit
protected async Task resetSel(bool forceUpdate)
{
currRecord = null;
+ currPage = 1;
if (forceUpdate)
{
await ReloadData();
@@ -161,6 +162,7 @@ namespace MP.SPEC.Components.ProdKit
protected async Task selRecord(PODLExpModel? selRec)
{
currRecord = selRec;
+ currPage = 1;
await EC_RecordSel.InvokeAsync(selRec);
}
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj
index b5f742f3..77156d41 100644
--- a/MP.SPEC/MP.SPEC.csproj
+++ b/MP.SPEC/MP.SPEC.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.SPEC
- 6.16.2506.1012
+ 6.16.2506.1118
1800a78a-6ff1-40f9-b490-87fb8bfc1394
en
diff --git a/MP.SPEC/Pages/PODL.razor.cs b/MP.SPEC/Pages/PODL.razor.cs
index 0628c891..14d2960e 100644
--- a/MP.SPEC/Pages/PODL.razor.cs
+++ b/MP.SPEC/Pages/PODL.razor.cs
@@ -226,9 +226,11 @@ namespace MP.SPEC.Pages
macchina = "*";
}
- protected void resetReparto()
+ protected async Task resetReparto()
{
+ string keyStor = "reparto";
selReparto = "*";
+ await localStorage.SetItemAsync(keyStor, selReparto);
}
protected async Task selRecord(PODLExpModel selRec)
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index e69de29b..b251ad1a 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -0,0 +1,25 @@
+
+ Modulo MAPOSPEC
+ Versione: 6.16.2506.1118
+
Note di rilascio:
+
+ -
+ Ultime modifiche:
+
+
+ -
+ v.6.15.* →
+
+ - Prima release dotnet6
+
+
+
+
+
+

+
+
+
+
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index ac657b85..46795157 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2506.1012
+6.16.2506.1118
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index 7dba86c2..c1b25cc9 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2506.1012
+ 6.16.2506.1118
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