From ad906c827f8ed40a142b85fb5174354ce203edbe Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 27 Feb 2020 18:04:28 +0100 Subject: [PATCH] Update conf x metodo stampa --- MP-MAG/Controllers/PrintQueueController.cs | 2 +- MP-MAG/Web.config | 420 +++++++++++---------- MagData/MagDataLayer.cs | 2 +- MagData/app.config | 3 + 4 files changed, 217 insertions(+), 210 deletions(-) diff --git a/MP-MAG/Controllers/PrintQueueController.cs b/MP-MAG/Controllers/PrintQueueController.cs index 3db9f5c..f71677d 100644 --- a/MP-MAG/Controllers/PrintQueueController.cs +++ b/MP-MAG/Controllers/PrintQueueController.cs @@ -102,7 +102,7 @@ namespace MP_API.Controllers { // recupero da dbe e salvo answ = countWaitingDb; - memLayer.ML.setRSV(redQueueCount, answ.ToString(), 30); + memLayer.ML.setRSV(redQueueCount, $"{answ}", 30); } return answ; } diff --git a/MP-MAG/Web.config b/MP-MAG/Web.config index 241bad2..0729475 100644 --- a/MP-MAG/Web.config +++ b/MP-MAG/Web.config @@ -10,7 +10,11 @@ + + + + @@ -25,214 +29,214 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MagData/MagDataLayer.cs b/MagData/MagDataLayer.cs index a099b5d..9d541a7 100644 --- a/MagData/MagDataLayer.cs +++ b/MagData/MagDataLayer.cs @@ -30,7 +30,7 @@ namespace MagData private void setupConnString() { - string connString = memLayer.ML.CRS("NKC_WFConnectionString"); + string connString = memLayer.ML.CRS("MagDataConnectionString"); // reports taPJQ.Connection.ConnectionString = connString; taCFOdette.Connection.ConnectionString = connString; diff --git a/MagData/app.config b/MagData/app.config index bd1b6e1..149e186 100644 --- a/MagData/app.config +++ b/MagData/app.config @@ -2,6 +2,9 @@ + + +