SMS Sent changes done in pd list page
This commit is contained in:
parent
045446bc29
commit
0d8c4f5a88
@ -253,7 +253,7 @@ export class AllPdComponent implements OnInit, OnChanges {
|
||||
}
|
||||
this._pd.smsLink(param).subscribe(res=>{
|
||||
if(res['dataStatus']){
|
||||
this.notifier.notify("info","SMS Shared Successfully")
|
||||
this.notifier.notify("info","SMS Sent Successfully")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@ -261,7 +261,7 @@ export class CompletedPdComponent implements OnInit, OnChanges {
|
||||
}
|
||||
this._pd.smsLink(param).subscribe(res=>{
|
||||
if(res['dataStatus']){
|
||||
this.notifier.notify("info","SMS Shared Successfully")
|
||||
this.notifier.notify("info","SMS Sent Successfully")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@ -253,7 +253,7 @@ export class InprogressPdComponent implements OnInit, OnChanges {
|
||||
}
|
||||
this._pd.smsLink(param).subscribe(res=>{
|
||||
if(res['dataStatus']){
|
||||
this.notifier.notify("info","SMS Shared Successfully")
|
||||
this.notifier.notify("info","SMS Sent Successfully")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@ -235,7 +235,7 @@ export class QcCompletedPdComponent implements OnInit, OnChanges {
|
||||
}
|
||||
this._pd.smsLink(param).subscribe(res=>{
|
||||
if(res['dataStatus']){
|
||||
this.notifier.notify("info","SMS Shared Successfully")
|
||||
this.notifier.notify("info","SMS Sent Successfully")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@ -249,7 +249,7 @@ export class ScheduledPdComponent implements OnInit, OnChanges {
|
||||
}
|
||||
this._pd.smsLink(param).subscribe(res=>{
|
||||
if(res['dataStatus']){
|
||||
this.notifier.notify("info","SMS Shared Successfully")
|
||||
this.notifier.notify("info","SMS Sent Successfully")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user