From 2f91f2aba46c1976a2596fa4b35a8cc55ad0dc11 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 28 Sep 2018 23:40:14 +0200 Subject: [PATCH] appuntate modifiche da effettuare x creazione utente... --- Jenkinsfile | 2 +- PUB/WebUserContols/mod_userAdd.ascx.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 19ca812..1627049 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=327']) { + withEnv(['NEXT_BUILD_NUMBER=328']) { // env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'B2BCONDOMINI' diff --git a/PUB/WebUserContols/mod_userAdd.ascx.cs b/PUB/WebUserContols/mod_userAdd.ascx.cs index b06fdb5..056732f 100644 --- a/PUB/WebUserContols/mod_userAdd.ascx.cs +++ b/PUB/WebUserContols/mod_userAdd.ascx.cs @@ -117,7 +117,7 @@ namespace PUB.WebUserContols protected void lbtAdd_Click(object sender, EventArgs e) { - + // creo nuovo utente SENZA assegnare alcun permesso... } protected void lbtAssign_Click(object sender, EventArgs e)