Fix reset sel condomini x PAZ

This commit is contained in:
Samuele E. Locatelli
2018-10-01 09:42:19 +02:00
parent ec81e8b704
commit e85cf4557f
2 changed files with 6 additions and 12 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=342']) {
withEnv(['NEXT_BUILD_NUMBER=343']) {
// 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'
@@ -104,22 +104,16 @@ namespace PUB.WebUserContols
}
protected void lbtResetCond_Click(object sender, EventArgs e)
{
Response.Redirect(titolo);
#if false
// preseleziono gruppo SE disponibile...
preselGroup();
// fix condominio
fixSelCondomini();
#endif
#if false
// resetto gruppi..
ddlGruppo.SelectedIndex = 0;
if (currMode != ER_EditMode.mPAZ)
{
ddlGruppo.SelectedIndex = 0;
}
currGroup = "";
// sistemo il resto...
ddlCondominio.DataBind();
ddlCondominio.SelectedIndex = 0;
saveSelections();
#endif
saveSelections();
}
public string condSelected