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.
This commit is contained in:
cproudlock
2026-07-21 11:09:19 -04:00
parent 0bb906a37c
commit e85553e5e7

View File

@@ -150,10 +150,10 @@
/>
</div>
<!-- Time fields. Recertification hides them (due-date driven); every
other type, including Recognition, can set start/end. Recognition
end auto-fills to the next 8 AM reset when left blank. -->
<div v-if="!isRecertification" class="form-row">
<!-- Time fields - available for every type. Left blank, the end auto-
fills to the type's window (recognition = next 8 AM reset,
recertification = two weeks); set them to override. -->
<div class="form-row">
<div class="form-group">
<label for="starttime">Start Time *</label>
<div class="input-group">