From 004b4d2c3f6f1eca111482dc9013a63541df6725 Mon Sep 17 00:00:00 2001 From: enadhilal Date: Tue, 7 Sep 2021 09:50:16 +0300 Subject: [PATCH] toast red --- .../work-list-replacement-roll.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts index 51bf6edb..88cd77b1 100644 --- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts +++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts @@ -299,14 +299,14 @@ export class WorkListReplacementRollComponent implements OnInit { }); } else { - this.cs.toastPK("replacementRoll", "enterNote"); + this.cs.redToastPK("replacementRoll", "enterNote"); // let msg: string = this.ts.trPK("replacementRoll", "enterNote"); // this.cs.showErrorMessageDialog(() => { // }, this.ts.trPK('general', 'ok'), msg); } } else { - this.cs.toastPK("replacementRoll", "msg"); + this.cs.redToastPK("replacementRoll", "msg"); // let msg: string = this.ts.trPK("replacementRoll", "msg"); // this.cs.showErrorMessageDialog(() => { // }, this.ts.trPK('general', 'ok'), msg); @@ -324,13 +324,13 @@ export class WorkListReplacementRollComponent implements OnInit { this.handleApplayActionResult(result); }); } else { - this.cs.toastPK("replacementRoll", "enterNote"); + this.cs.redToastPK("replacementRoll", "enterNote"); // let msg: string = this.ts.trPK("replacementRoll", "enterNote"); // this.cs.showErrorMessageDialog(() => { // }, this.ts.trPK('general', 'ok'), msg); } } else { - this.cs.toastPK("replacementRoll", "msg"); + this.cs.redToastPK("replacementRoll", "msg"); // let msg: string = this.ts.trPK("replacementRoll", "msg"); // this.cs.showErrorMessageDialog(() => { // }, this.ts.trPK('general', 'ok'), msg);