diff --git a/pom.xml b/pom.xml index b2f00d01..3d0ed164 100644 --- a/pom.xml +++ b/pom.xml @@ -7,10 +7,10 @@ @Email : sunil.ks@gmail.com --> 4.0.0 - com.iemr.common - demo - 3.0 - demo + com.iemr.helpline1097 + 1097-ui + 1.0 + 1097-ui war diff --git a/src/app/closure/closure.component.ts b/src/app/closure/closure.component.ts index 6fa6d3ab..f72d3d0b 100644 --- a/src/app/closure/closure.component.ts +++ b/src/app/closure/closure.component.ts @@ -26,8 +26,8 @@ export class ClosureComponent implements OnInit ngOnInit () // ngAfterViewInit () { - let requestObject = { 'benCallID': this.saved_data.callData.benCallID }; - this._callServices.getCallSummary( requestObject ).subscribe( response => this.populateCallSummary( response ) ); + // let requestObject = { 'benCallID': this.saved_data.callData.benCallID }; + // this._callServices.getCallSummary( requestObject ).subscribe( response => this.populateCallSummary( response ) ); } // @Input() @@ -38,8 +38,10 @@ export class ClosureComponent implements OnInit } populateCallSummary ( response: any ) { + this.summaryList = []; console.log( JSON.stringify( response ) ); this.summaryList = response; + this.showCallSummary = false; if ( this.summaryList.length > 0 ) { this.showCallSummary = true; diff --git a/src/app/innerpage/innerpage.component.html b/src/app/innerpage/innerpage.component.html index cb1df74e..ad36f220 100644 --- a/src/app/innerpage/innerpage.component.html +++ b/src/app/innerpage/innerpage.component.html @@ -133,19 +133,17 @@