From e85553e5e704f7e28754a83df8e077bc0a1c2308 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Tue, 21 Jul 2026 11:09:19 -0400 Subject: [PATCH] notifications: show start/end date fields for ALL types The time fields were hidden for the employee types (recognition, recert); show them for every type. Backend already honors start/end on create and update and only auto-fills the end when left blank (recognition = next 8 AM, recert = two weeks), so nothing server-side changes. --- plugins/notifications/frontend/views/NotificationForm.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/notifications/frontend/views/NotificationForm.vue b/plugins/notifications/frontend/views/NotificationForm.vue index 139fd7e..956aee7 100644 --- a/plugins/notifications/frontend/views/NotificationForm.vue +++ b/plugins/notifications/frontend/views/NotificationForm.vue @@ -150,10 +150,10 @@ /> - -
+ +