From 0f42ed3b122803f53eb2ecf5cf7a67cb37d4f7ce Mon Sep 17 00:00:00 2001 From: RAHUL RATHORE <41804588+rahul-rocket@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:47:03 +0530 Subject: [PATCH 1/2] fix: added missing reason for why added manual time --- .../view-screenshots-modal.component.html | 10 +++++++++- .../time-tracking/time-tracking.component.html | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/gauzy/src/app/@shared/timesheet/screenshots/view-screenshots-modal/view-screenshots-modal.component.html b/apps/gauzy/src/app/@shared/timesheet/screenshots/view-screenshots-modal/view-screenshots-modal.component.html index c46e4fbdf08..14d15ec3c6d 100644 --- a/apps/gauzy/src/app/@shared/timesheet/screenshots/view-screenshots-modal/view-screenshots-modal.component.html +++ b/apps/gauzy/src/app/@shared/timesheet/screenshots/view-screenshots-modal/view-screenshots-modal.component.html @@ -172,7 +172,7 @@
{{ 'TIMESHEET.SCREENSHOTS.TIME_LOG' | translate }}
}} -
+
{{ 'TIMESHEET.NOTES' | translate }}:
@@ -180,6 +180,14 @@
{{ 'TIMESHEET.SCREENSHOTS.TIME_LOG' | translate }}
{{ timeLog?.description }}
+
+
+ {{ 'TIMESHEET.REASON' | translate }}: +
+
+ {{ timeLog?.reason }} +
+