From 83b119ff94285cfa7437e6fbdb24ba52e4c3b142 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 6 Jul 2017 19:19:05 +0200 Subject: [PATCH] refresh ed update della versione tablet che usa conf db esplicita (e pure altri programmi...) come anche degli altri SW in modo "implicito" con le chiamate CRS, CRI, ... --- Jenkinsfile | 2 +- MP-Tablet/Web.config | 306 ++++++++++---------- MP-Tablet/WebUserControls/mod_title.ascx.cs | 4 +- 3 files changed, 157 insertions(+), 155 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 880b8b37..ac5c7651 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=588']) { + withEnv(['NEXT_BUILD_NUMBER=589']) { // env.versionNumber = VersionNumber(versionNumberString : '${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO' diff --git a/MP-Tablet/Web.config b/MP-Tablet/Web.config index 46e4b954..6c9419a4 100644 --- a/MP-Tablet/Web.config +++ b/MP-Tablet/Web.config @@ -4,15 +4,15 @@ http://go.microsoft.com/fwlink/?LinkId=169433 --> - - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + \ No newline at end of file diff --git a/MP-Tablet/WebUserControls/mod_title.ascx.cs b/MP-Tablet/WebUserControls/mod_title.ascx.cs index 8dba911c..94b22968 100644 --- a/MP-Tablet/WebUserControls/mod_title.ascx.cs +++ b/MP-Tablet/WebUserControls/mod_title.ascx.cs @@ -39,7 +39,9 @@ namespace MoonProTablet.WebUserControls cognomeNome = user_std.UtSn.CognomeNome; } catch (Exception exc) - { } + { + logger.lg.scriviLog(string.Format("Eccezione in mod_title - page_load: {0}", exc), tipoLog.EXCEPTION); + } string swData = ""; if (cognomeNome != "") {