Merge branch 'Release/Update202506_11'
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<RootNamespace>MP.Land</RootNamespace>
|
||||
<Version>6.16.2507.0910</Version>
|
||||
<Version>6.16.2507.1008</Version>
|
||||
<Configurations>Debug;Release;Debug_LiManDebug</Configurations>
|
||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||
<RunAnalyzersDuringBuild>True</RunAnalyzersDuringBuild>
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo Tablet MAPO - DotNet6</i>
|
||||
<h4>Versione: 6.16.2507.0910</h4>
|
||||
<h4>Versione: 6.16.2507.1008</h4>
|
||||
<br />
|
||||
Note di rilascio:
|
||||
<ul>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2507.0910
|
||||
6.16.2507.1008
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2507.0910</version>
|
||||
<version>6.16.2507.1008</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user