Merge branch 'Release/MpTab3_13'

This commit is contained in:
Samuele Locatelli
2025-04-08 17:34:11 +02:00
5 changed files with 13 additions and 10 deletions
+9 -6
View File
@@ -278,7 +278,7 @@ namespace MP_TAB3.Components
protected DateTime dtCurr
{
get => selDtCurr;
get => selDtCurr;
set
{
if (selDtCurr != value)
@@ -476,6 +476,7 @@ namespace MP_TAB3.Components
{
// rileggo dati periodo...
ListDTO = new List<InsManDayDto>();
DateTime oggi = DateTime.Today;
if (RecMSE != null)
{
string IdxMacc = RecMSE.IdxMacchina;
@@ -508,10 +509,7 @@ namespace MP_TAB3.Components
string cssOkDay = "bg-success bg-opacity-50 text-light rounded-circle p-2";
string cssPartDay = "bg-info bg-opacity-25 text-light rounded-circle p-2";
string cssHasData = "bg-warning text-light rounded-circle p-2";
string cssToday = "bg-info text-dark rounded-circle p-2";
string cssFest = "bg-danger text-warning rounded-pill2 px-0 opacity-50";
string cssChius = "bg-warning text-dark rounded-pill2 px-0 opacity-50";
string cssFerie = "bg-success text-light px-0 opacity-50";
string cssToday = "border border-info text-info rounded-circle p-2";
if (ListDTO != null)
{
string currCss = "";
@@ -523,7 +521,7 @@ namespace MP_TAB3.Components
{
currCss = cssImport;
}
else if (item.DataRif == DateTime.Today)
else if (item.DataRif == oggi)
{
currCss = cssToday;
}
@@ -538,6 +536,11 @@ namespace MP_TAB3.Components
DateCheck.Add(item.DataRif, currCss);
}
}
// aggiungo comunque oggi...
if (!DateCheck.ContainsKey(oggi))
{
DateCheck.Add(oggi, cssToday);
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2504.816</Version>
<Version>6.16.2504.817</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB3</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2504.816</h4>
<h4>Versione: 6.16.2504.817</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2504.816
6.16.2504.817
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2504.816</version>
<version>6.16.2504.817</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>