worklist changes

enad-pre-live
Sultan Khan 4 years ago
parent 5eb2a68831
commit 440e878b89

@ -1222,7 +1222,7 @@ export class WorklistMainIcComponent implements OnInit {
setTimeout(() => {
this.common.setTotalNumberOfWorklistRequest();
this.nextNotfification();
}, 1000);
}, 100);
// this.nextNotfification();
} else {

@ -375,7 +375,7 @@ export class WorklistMainMRComponent implements OnInit {
// this.openNotificationsDashboard();
this.common.setTotalNumberOfWorklistRequest();
this.nextNotfification();
}, 5000);
}, 100);
} else {
this.common.redToastPK('worklist', 'save-error');
}
@ -1126,7 +1126,7 @@ export class WorklistMainMRComponent implements OnInit {
setTimeout(() => {
this.common.setTotalNumberOfWorklistRequest();
this.nextNotfification();
}, 1000);
}, 100);
// this.nextNotfification();
} else {

@ -409,7 +409,7 @@ export class WorklistMainPoComponent implements OnInit {
setTimeout(() => {
this.common.setTotalNumberOfWorklistRequest();
this.nextNotfification();
}, 5000);
}, 100);
} else {
this.common.redToastPK('worklist', 'save-error');
}
@ -1191,7 +1191,7 @@ export class WorklistMainPoComponent implements OnInit {
setTimeout(() => {
this.common.setTotalNumberOfWorklistRequest();
this.nextNotfification();
}, 1000);
}, 100);
} else {
this.common.redToastPK('worklist', 'save-error');
}

@ -1119,7 +1119,7 @@ export class WorklistMainPRComponent implements OnInit {
setTimeout(() => {
this.common.setTotalNumberOfWorklistRequest();
this.nextNotfification();
}, 1000);
}, 100);
// this.nextNotfification();
} else {

@ -564,7 +564,7 @@ export class WorklistMainComponent implements OnInit {
setTimeout(() => {
this.common.setTotalNumberOfWorklistRequest();
this.nextNotfification();
}, 2000);
}, 100);
} else {
this.common.redToastPK('worklist', 'save-error');
}
@ -1157,7 +1157,7 @@ export class WorklistMainComponent implements OnInit {
setTimeout(() => {
// this.messageSuccess = false;
this.nextNotfification();
}, 1000);
}, 100);
// this.nextNotfification();
} else {
this.common.redToastPK('worklist', 'save-error');

Loading…
Cancel
Save