diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html
index 6c7082f9..7c41c2ff 100644
--- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html
+++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.html
@@ -110,7 +110,14 @@
{{approvalInfo.Action}}
- {{approvalInfo.Name}}
+
+
{{approvalInfo.Name}}
+
+
{{ 'submitAbsence, comments' | translate}}:
+
{{approvalInfo.Notes}}
+
+
+
diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts
index c531062f..dfd4f5e3 100644
--- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts
+++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts
@@ -301,7 +301,10 @@ export class WorkListMainItgComponent implements OnInit {
}
}, this.ts.trPK('general', 'ok'),
- () => { this.actionSelected = '' }, this.ts.trPK('general', 'cancel'),
+ () => {
+ this.actionSelected = '';
+ this.common.sharedService.setSharedData(true, 'loadWorkList');
+ }, this.ts.trPK('general', 'cancel'),
this.ts.trPK('vacation-rule', 'confirmation'),
this.confirmMsg(action));