|
|
|
|
@ -230,6 +230,7 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
if (this.common.validResponse(result)) {
|
|
|
|
|
this.worklistNotifications = result;
|
|
|
|
|
this.totalRequestCount = this.worklistNotifications.P_OPEN_NTF_NUMBER;
|
|
|
|
|
this.resetFiltersUI();
|
|
|
|
|
this.assignDataToFilters();
|
|
|
|
|
this.common.sharedService.setSharedData(result, 'worklistNotifications');
|
|
|
|
|
this.Details();
|
|
|
|
|
@ -526,6 +527,7 @@ export class HomeComponent implements OnInit {
|
|
|
|
|
this.data.datasets[0].data[2] = 0;
|
|
|
|
|
this.data.datasets[0].data[3] = 0;
|
|
|
|
|
this.data.datasets[0].data[5] = 0;
|
|
|
|
|
this.data.datasets[0].data[6] = 0;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|