SPEC:
- review reset filtro in pagina PODL
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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.* →</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">© Steamware 2006-2023</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2506.1012
|
||||
6.16.2506.1118
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user