diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.html b/Mohem/src/app/notification/worklist-main/worklist-main.component.html index 0d6073b6..81a701b9 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.html +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.html @@ -49,6 +49,9 @@ +
+

{{'worklist, loading'| translate}}

+
diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts index 8212c4fe..b45ba252 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts @@ -337,7 +337,6 @@ export class WorklistMainComponent implements OnInit { } handleWorkListBodyResult(result, Type) { - if (this.common.validResponse(result)) { this.pInformation = result.P_INFORMATION; this.pQuestion = result.P_QUESTION; diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json index d5031cf3..f53543be 100644 --- a/Mohem/src/assets/localization/i18n.json +++ b/Mohem/src/assets/localization/i18n.json @@ -2547,6 +2547,10 @@ "save-changes":{ "en":"Save Changes", "ar":"حفظ التغيرات" + }, + "loading":{ + "en":"Loading", + "ar":"يتم التحميل" } }, "worklistMain": {