-
+
@if (ShowDetail)
{
diff --git a/MP.SPEC/Pages/GroupMacOprMan.razor.cs b/MP.SPEC/Pages/GroupMacOprMan.razor.cs
index aab5d90d..dadc6544 100644
--- a/MP.SPEC/Pages/GroupMacOprMan.razor.cs
+++ b/MP.SPEC/Pages/GroupMacOprMan.razor.cs
@@ -1,3 +1,4 @@
+using DnsClient.Protocol;
using Microsoft.AspNetCore.Components;
using MP.Core.DTO;
using MP.Data.DbModels;
@@ -9,9 +10,9 @@ namespace MP.SPEC.Pages
{
#region Protected Fields
- protected List
? ListReparti = null;
protected List? ListMacchine = null;
protected List? ListOperatori = null;
+ protected List? ListReparti = null;
#endregion Protected Fields
@@ -35,6 +36,8 @@ namespace MP.SPEC.Pages
private string CodGruppo = "";
+ private bool isLoading = false;
+
#endregion Private Fields
#region Private Properties
@@ -53,6 +56,15 @@ namespace MP.SPEC.Pages
#region Private Methods
+ private void ForceReload(bool doForce)
+ {
+ if (doForce)
+ {
+ CodGruppo = "";
+ }
+ ReloadData();
+ }
+
private void ReloadData()
{
isLoading = true;
@@ -64,6 +76,7 @@ namespace MP.SPEC.Pages
}
isLoading = false;
}
+
private void ReloadDetail()
{
if (!string.IsNullOrEmpty(CodGruppo))
@@ -72,7 +85,6 @@ namespace MP.SPEC.Pages
ListOperatori = MDService.OperatoriGetFilt(CodGruppo);
}
}
- private bool isLoading = false;
private void SetCodGruppo(string CodGruppoSel)
{
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index ad4a5005..290a71ed 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
- Versione: 6.16.2504.1519
+ Versione: 6.16.2504.1607
Note di rilascio:
-
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index 4e2a7971..80b1e7d9 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2504.1519
+6.16.2504.1607
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index 1f2082b5..142008e1 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2504.1519
+ 6.16.2504.1607
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