- review reset filtro in pagina PODL
This commit is contained in:
Samuele Locatelli
2025-06-11 18:34:00 +02:00
parent 8c0e3deb02
commit 3ebfdaeded
6 changed files with 33 additions and 4 deletions
@@ -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);
}
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2506.1012</Version>
<Version>6.16.2506.1118</Version>
<UserSecretsId>1800a78a-6ff1-40f9-b490-87fb8bfc1394</UserSecretsId>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
+3 -1
View File
@@ -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)
+25
View File
@@ -0,0 +1,25 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2506.1118</h4>
<br /> Note di rilascio:
<ul>
<li>
<b>Ultime modifiche:</b>
<ul>{{LAST-CHANGES}}</ul>
</li>
<li>
<b>v.6.15.* &rarr;</b>
<ul>
<li>Prima release dotnet6</li>
</ul>
</li>
</ul>
<div>
<div style="float: left;">
<img src="logoSteamware.png" />
</div>
<div style="float: right;">
<a href="https://www.steamware.net/IOT" target="_blank">&copy; Steamware 2006-2023</a>
</div>
</div>
</body>
+1 -1
View File
@@ -1 +1 @@
6.16.2506.1012
6.16.2506.1118
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2506.1012</version>
<version>6.16.2506.1118</version>
<url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>