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);