+
+
-
-
-
-
-
- Mese corr:
+
-
-
-
-
-
-
-
-
-
- Starred
-
- <%--
--%>
-
-
-
-
-
@@ -111,4 +106,4 @@
-
+
\ No newline at end of file
diff --git a/GPW_Admin/WebUserControls/mod_dettaglioProgetto.ascx.designer.cs b/GPW_Admin/WebUserControls/mod_dettaglioProgetto.ascx.designer.cs
index df350d1..e9c8853 100644
--- a/GPW_Admin/WebUserControls/mod_dettaglioProgetto.ascx.designer.cs
+++ b/GPW_Admin/WebUserControls/mod_dettaglioProgetto.ascx.designer.cs
@@ -1,32 +1,34 @@
//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
+//
+// Codice generato da uno strumento.
//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
//------------------------------------------------------------------------------
-namespace GPW_Admin.WebUserControls {
-
-
- public partial class mod_dettaglioProgetto {
-
+namespace GPW_Admin.WebUserControls
+{
+
+
+ public partial class mod_dettaglioProgetto
+ {
+
///
- /// fmView control.
+ /// Controllo fmView.
///
///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::System.Web.UI.WebControls.FormView fmView;
-
+
///
- /// ods control.
+ /// Controllo ods.
///
///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
}
diff --git a/Jenkinsfile b/Jenkinsfile
index 61ed071..2d4dbe9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
steps {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
- withEnv(['NEXT_BUILD_NUMBER=4142']) {
+ withEnv(['NEXT_BUILD_NUMBER=4143']) {
// env.versionNumber = VersionNumber(versionNumberString : '2.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '2.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'GPW'