diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj index c8f71b9f..43fec057 100644 --- a/MP.Land/MP.Land.csproj +++ b/MP.Land/MP.Land.csproj @@ -3,7 +3,7 @@ net6.0 MP.Land - 6.16.2507.0910 + 6.16.2507.1008 Debug;Release;Debug_LiManDebug en True diff --git a/MP.Land/Pages/IobList.razor.cs b/MP.Land/Pages/IobList.razor.cs index 58886ae0..87e6ca55 100644 --- a/MP.Land/Pages/IobList.razor.cs +++ b/MP.Land/Pages/IobList.razor.cs @@ -90,6 +90,7 @@ namespace MP.Land.Pages get => searchVal; set { + currPage = 1; searchVal = value; RefreshDisplay(); } @@ -313,6 +314,7 @@ namespace MP.Land.Pages private void RefreshDisplay() { + // in primis filtro conddizioni da selettori... SearchRecords = AllRecords .Where(x => (!string.IsNullOrEmpty(x.Locazione) || showEmptyLoc) @@ -327,8 +329,11 @@ namespace MP.Land.Pages .Where(x => x.Nome.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase) || x.CodMacchina.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase) || x.Descrizione.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase) - || x.IdxMacchina.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase)) - .ToList(); + || x.IdxMacchina.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase) + || x.IobIpv4.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase) + || x.AdapName.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase) + || x.AdapType.Contains(searchVal, StringComparison.InvariantCultureIgnoreCase) + ).ToList(); } // conto record totalCount = SearchRecords.Count(); diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html index db3a3436..02ae2f77 100644 --- a/MP.Land/Resources/ChangeLog.html +++ b/MP.Land/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo Tablet MAPO - DotNet6 -

Versione: 6.16.2507.0910

+

Versione: 6.16.2507.1008


Note di rilascio: