diff --git a/src/app/co-information-services/co-information-services.component.ts b/src/app/co-information-services/co-information-services.component.ts index fff6696c..6ffa135b 100644 --- a/src/app/co-information-services/co-information-services.component.ts +++ b/src/app/co-information-services/co-information-services.component.ts @@ -189,6 +189,7 @@ export class CoInformationServicesComponent implements OnInit { if (response) { this.GetInformationHistory(); this.detailsList = response; + console.log("detailsList", this.detailsList); this.getDetailsFlag = true; this.enableFileDetails=true; this.informationServiceProvided.emit(); diff --git a/src/app/innerpage/innerpage.component.ts b/src/app/innerpage/innerpage.component.ts index 9c5f4ce8..d394dff2 100644 --- a/src/app/innerpage/innerpage.component.ts +++ b/src/app/innerpage/innerpage.component.ts @@ -882,11 +882,14 @@ export class InnerpageComponent implements OnInit { this.ticks = 0; console.log("after re initialize the timer", t); const remarks = "Call disconnect from customer."; - this.closeCall( - remarks, - this.currentLanguageSet.callClosedSuccessfully, - this.wrapupCallID - ); + console.log("this.callStatus", this.callStatus); + if (this.callStatus.toLowerCase().trim() === "closure"){ + this.closeCall( + remarks, + this.currentLanguageSet.callClosedSuccessfully, + this.wrapupCallID + ); + } } }); } diff --git a/src/app/supervisor-training-resources/supervisor-training-resources.component.ts b/src/app/supervisor-training-resources/supervisor-training-resources.component.ts index c568b296..bb8baec1 100644 --- a/src/app/supervisor-training-resources/supervisor-training-resources.component.ts +++ b/src/app/supervisor-training-resources/supervisor-training-resources.component.ts @@ -30,6 +30,7 @@ import { NotificationService } from '../services/notificationService/notificatio import { ConfirmationDialogsService } from './../services/dialog/confirmation.service'; + @Component({ selector: 'app-supervisor-training-resources', templateUrl: './supervisor-training-resources.component.html', @@ -96,7 +97,7 @@ export class SupervisorTrainingResourcesComponent implements OnInit, DoCheck { constructor(private saved_data: dataService, private notificationService: NotificationService, public dialogService: ConfirmationDialogsService, - private httpServices:HttpServices) { } + private httpServices:HttpServices,) { } @@ -453,7 +454,6 @@ else{ this.dialogService.alert(error, 'error'); }); } - activate(obj, val) { const object = { 'providerServiceMapID': this.providerServiceMapID, diff --git a/src/index.html b/src/index.html index 96f38ecc..ea2558c5 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,6 @@