@ -110,7 +110,14 @@
<p style="margin-left: -0%; font-size: 12px !important; width: 66px;">{{approvalInfo.Action}}</p>
</div>
<p style="margin-left: 10%;">{{approvalInfo.Name}}</p>
<div>
<p style="margin-left: 10%; font-weight: bold;">{{approvalInfo.Name}}</p>
<div *ngIf="approvalInfo.Notes">
<p style="margin-left: 10%;">{{ 'submitAbsence, comments' | translate}}:</p>
<p style="margin-left: 10%;">{{approvalInfo.Notes}}</p>
</ion-item>
@ -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));