diff --git a/GPW_Admin/GPW_Admin.csproj b/GPW_Admin/GPW_Admin.csproj index a222e9b..0c07d5f 100644 --- a/GPW_Admin/GPW_Admin.csproj +++ b/GPW_Admin/GPW_Admin.csproj @@ -1,5 +1,10 @@  + + + + + @@ -234,6 +239,7 @@ + @@ -423,6 +429,7 @@ + @@ -588,6 +595,13 @@ fasi.aspx + + gestCalendario.aspx + ASPXCodeBehind + + + gestCalendario.aspx + gestOrario.aspx ASPXCodeBehind @@ -786,6 +800,13 @@ mod_filtro.ascx + + mod_gestCalendario.ascx + ASPXCodeBehind + + + mod_gestCalendario.ascx + mod_login.ascx ASPXCodeBehind @@ -905,6 +926,17 @@ + + + + + + + + + + + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -967,6 +999,16 @@ + + + Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}. + + + + + + + - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -35,19 +35,19 @@ 385 - 421 + 343 - + 1234 - 947 + 909 1216 - 947 + 909 1216 @@ -71,11 +71,11 @@ 1224 - 968 + 909 1171 - 968 + 909 @@ -83,18 +83,22 @@ 871 - 649 + 574 - 814 - 649 + 854 + 574 + + + 854 + 591 - 532 + 579 743 @@ -103,7 +107,7 @@ - + 324 @@ -111,7 +115,7 @@ 324 - 935 + 859 diff --git a/GPW_Data/DataProxy.cs b/GPW_Data/DataProxy.cs index 5390047..3e55a82 100644 --- a/GPW_Data/DataProxy.cs +++ b/GPW_Data/DataProxy.cs @@ -26,6 +26,7 @@ namespace GPW_data public DS_ApplicazioneTableAdapters.stp_DipendentiAndAnomalieTableAdapter taDipAnom; public DS_ApplicazioneTableAdapters.TE_RA_ExplTableAdapter taTimbRegAtt; public DS_ApplicazioneTableAdapters.RegistroEventiTableAdapter taRE; + public DS_ApplicazioneTableAdapters.CalendFesteFerieTableAdapter taCFF; public DS_UtilityTableAdapters.nextValContatoreTableAdapter taNextVal; public DS_UtilityTableAdapters.AnagKeyValueTableAdapter taAKV; @@ -56,6 +57,7 @@ namespace GPW_data taDipAnom = new DS_ApplicazioneTableAdapters.stp_DipendentiAndAnomalieTableAdapter(); taTimbRegAtt = new DS_ApplicazioneTableAdapters.TE_RA_ExplTableAdapter(); taRE = new DS_ApplicazioneTableAdapters.RegistroEventiTableAdapter(); + taCFF = new DS_ApplicazioneTableAdapters.CalendFesteFerieTableAdapter(); taNextVal = new DS_UtilityTableAdapters.nextValContatoreTableAdapter(); taAKV = new DS_UtilityTableAdapters.AnagKeyValueTableAdapter(); taVSProjFasiSearch = new DS_UtilityTableAdapters.stp_VSProjFasi_searchTableAdapter(); @@ -85,6 +87,7 @@ namespace GPW_data taDipAnom.Connection.ConnectionString = memLayer.ML.confReadString("GPWConnectionString"); taTimbRegAtt.Connection.ConnectionString = memLayer.ML.confReadString("GPWConnectionString"); taRE.Connection.ConnectionString = memLayer.ML.confReadString("GPWConnectionString"); + taCFF.Connection.ConnectionString = memLayer.ML.confReadString("GPWConnectionString"); taNextVal.Connection.ConnectionString = memLayer.ML.confReadString("GPWConnectionString"); taAKV.Connection.ConnectionString = memLayer.ML.confReadString("GPWConnectionString"); taVSProjFasiSearch.Connection.ConnectionString = memLayer.ML.confReadString("GPWConnectionString"); diff --git a/Jenkinsfile b/Jenkinsfile index a94efcf..919c4c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=4095']) { + withEnv(['NEXT_BUILD_NUMBER=4097']) { // env.versionNumber = VersionNumber(versionNumberString : '2.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'GPW'