Modifica ticketDTO x recupero app/inst

This commit is contained in:
Samuele Locatelli
2022-02-09 15:32:12 +01:00
parent 5d49772dba
commit fcdb96834e
10 changed files with 21 additions and 7 deletions
+3
View File
@@ -6,6 +6,9 @@ namespace Core.DTO
{
#region Public Properties
public string CodApp { get; set; } = "";
public string CodInst { get; set; } = "";
/// <summary>
/// Codice univoco della sub licenza (opzionale)
/// </summary>
+3
View File
@@ -975,9 +975,12 @@ namespace LiMan.DB.Controllers
.DbSetTicket
.Where(x => (x.Status <= StatoRichiesta.Valutazione || !onlyOpen))
.OrderByDescending(x => x.IdxTicket)
.Include(l => l.LicenzaNav)
.Take(maxNum)
.Select(x => new TicketDTO
{
CodApp = x.LicenzaNav.CodApp,
CodInst = x.LicenzaNav.CodInst,
IdxTicket = x.IdxTicket,
IdxLic = x.IdxLic,
IdxSubLic = x.IdxSubLic,
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>License Manager</i>
<h4>Versione: 1.1.2202.0912</h4>
<h4>Versione: 1.1.2202.0915</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
1.1.2202.0912
1.1.2202.0915
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2202.0912</version>
<version>1.1.2202.0915</version>
<url>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.Transfer.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+8
View File
@@ -31,6 +31,8 @@
<th>
<button type="button" class="btn btn-sm btn-warning btn-block" @onclick="() => ReloadAllData()"><i class="fas fa-times"></i></button>
</th>
<th>Applicativo</th>
<th>Installazione</th>
<th>#</th>
<th>Richiedente</th>
<th>Contatti</th>
@@ -47,6 +49,12 @@
<td>
<button type="button" class="btn btn-sm btn-primary" @onclick="() => showDet(record)"><i class="fas fa-search"></i></button>
</td>
<td>
@record.CodApp
</td>
<td>
@record.CodInst
</td>
<td>
@record.IdxTicket<br />
@record.Status
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.1.2202.0912</Version>
<Version>1.1.2202.0915</Version>
<RootNamespace>LiMan.UI</RootNamespace>
<AssemblyName>LiMan.UI</AssemblyName>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>License Manager</i>
<h4>Versione: 1.1.2202.0912</h4>
<h4>Versione: 1.1.2202.0915</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
1.1.2202.0912
1.1.2202.0915
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2202.0912</version>
<version>1.1.2202.0915</version>
<url>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.UI.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>