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