From 1b6d28f2eb018241e1e3c62da2bc14fb8a881fd1 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 28 Oct 2024 10:03:03 +0100 Subject: [PATCH] FixTaskMan module - LAND - STATS --- MP-TAB3/MP-TAB3.csproj | 2 +- MP-TAB3/Resources/ChangeLog.html | 2 +- MP-TAB3/Resources/VersNum.txt | 2 +- MP-TAB3/Resources/manifest.xml | 2 +- MP-TAB3/appsettings.json | 41 ++- MP.Data/Services/TabDataService.cs | 4 +- MP.Land/Components/HomeLink.razor | 4 +- MP.Land/Data/AppAuthService.cs | 2 +- MP.Land/MP.Land.csproj | 2 +- MP.Land/Pages/Index.razor | 4 +- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- MP.Land/Startup.cs | 2 +- MP.Land/appsettings.json | 10 +- MP.Stats/Components/TLResult.razor | 7 - MP.Stats/Components/TLResult.razor.cs | 56 ---- MP.Stats/Components/TaskEdit.razor | 101 ------- MP.Stats/Components/TaskEdit.razor.cs | 50 ---- MP.Stats/Components/TaskExeList.razor | 85 ------ MP.Stats/Components/TaskExeList.razor.cs | 113 -------- MP.Stats/Controllers/TaskController.cs | 60 ++-- MP.Stats/Data/MpStatsService.cs | 110 -------- MP.Stats/MP.Stats.csproj | 9 +- MP.Stats/Pages/TaskScheduler.razor | 165 +---------- MP.Stats/Pages/TaskScheduler.razor.cs | 331 +---------------------- MP.Stats/Resources/ChangeLog.html | 2 +- MP.Stats/Resources/VersNum.txt | 2 +- MP.Stats/Resources/manifest.xml | 2 +- MP.Stats/Startup.cs | 3 + MP.Stats/appsettings.json | 8 +- MP.TaskMan/Component1.razor | 3 - MP.TaskMan/Component1.razor.css | 6 - MP.TaskMan/Services/TaskService.cs | 7 +- MP.TaskMan/TaskContext.cs | 68 +++-- 35 files changed, 145 insertions(+), 1126 deletions(-) delete mode 100644 MP.Stats/Components/TLResult.razor delete mode 100644 MP.Stats/Components/TLResult.razor.cs delete mode 100644 MP.Stats/Components/TaskEdit.razor delete mode 100644 MP.Stats/Components/TaskEdit.razor.cs delete mode 100644 MP.Stats/Components/TaskExeList.razor delete mode 100644 MP.Stats/Components/TaskExeList.razor.cs delete mode 100644 MP.TaskMan/Component1.razor delete mode 100644 MP.TaskMan/Component1.razor.css diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index 82763f4c..412e59da 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2410.1815 + 6.16.2410.2809 enable MP_TAB3 diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html index 415293f2..acde8931 100644 --- a/MP-TAB3/Resources/ChangeLog.html +++ b/MP-TAB3/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2410.1815

+

Versione: 6.16.2410.2809


Note di rilascio: