Fix catena selezione cod azienda selezionata SPEC
This commit is contained in:
@@ -613,6 +613,10 @@ namespace MP.SPEC.Data
|
||||
{
|
||||
string answ = "";
|
||||
// preselezione valori
|
||||
if (configData == null || configData.Count == 0)
|
||||
{
|
||||
configData = await ConfigGetAllAsync();
|
||||
}
|
||||
var currRec = configData.FirstOrDefault(x => x.Chiave == keyName);
|
||||
|
||||
// se non trovato provo a ricaricare..
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP.SPEC</RootNamespace>
|
||||
<Version>6.16.2506.3014</Version>
|
||||
<Version>6.16.2507.109</Version>
|
||||
<UserSecretsId>1800a78a-6ff1-40f9-b490-87fb8bfc1394</UserSecretsId>
|
||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -173,6 +173,10 @@ namespace MP.SPEC.Pages
|
||||
}
|
||||
#endif
|
||||
selAzienda = await MDService.ConfigTryGetAsync("AZIENDA");
|
||||
if (string.IsNullOrEmpty(selAzienda))
|
||||
{
|
||||
selAzienda = "*";
|
||||
}
|
||||
ListAziende = await MDService.ElencoAziende();
|
||||
ListTipoArt = await MDService.AnagTipoArtLV();
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2506.3014</h4>
|
||||
<h4>Versione: 6.16.2507.109</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2506.3014
|
||||
6.16.2507.109
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2506.3014</version>
|
||||
<version>6.16.2507.109</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