pronto test creazione condominio
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=281']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=285']) {
|
||||
// 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'
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
</asp:TemplateField>
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByAmm" TypeName="Data.DS_appTableAdapters.AnagCondominiTableAdapter" FilterExpression=" ( nome LIKE '%{0}%' OR indirizzo LIKE '%{0}%' OR citta LIKE '%{0}%' OR cod_fisc LIKE '%{0}%' )">
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByAmm" TypeName="Data.DS_appTableAdapters.AnagCondominiTableAdapter" FilterExpression=" ( cod_cond LIKE '%{0}%' OR nome LIKE '%{0}%' OR indirizzo LIKE '%{0}%' OR citta LIKE '%{0}%' OR cod_fisc LIKE '%{0}%' )">
|
||||
<SelectParameters>
|
||||
<asp:ControlParameter ControlID="ddlAmmin" DefaultValue="-1" Name="idxAmm" PropertyName="SelectedValue" Type="Int32" />
|
||||
<asp:SessionParameter DefaultValue="" Name="gruppo" SessionField="currGroup" Type="String" />
|
||||
|
||||
@@ -107,6 +107,7 @@ namespace PUB.WebUserContols
|
||||
idxAmm = _idxAmm;
|
||||
// aggiorno...
|
||||
doUpdate();
|
||||
checkAdd();
|
||||
}
|
||||
|
||||
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
@@ -147,8 +148,7 @@ namespace PUB.WebUserContols
|
||||
{
|
||||
// creazione NUOVO condominio e messa in selezione dello stesso...
|
||||
string newCondominio = string.Format("NuovoCondominio_{0:yyyyMMddHHmmss}", DateTime.Now);
|
||||
//decimal quotaStd = (decimal)0.1;
|
||||
//DtProxy.man.taAF.insertQuery(newAzienda, "", "", "", "", "", "", "", "", "", "", true, true, quotaStd, "-");
|
||||
DtProxy.man.taAC.insertQuery(newCondominio, idxAmm);
|
||||
// salvo ricerca e ricarico
|
||||
searchVal = "NuovoCondominio";
|
||||
Response.Redirect(devicesAuthProxy.pagCorrente);
|
||||
|
||||
Reference in New Issue
Block a user