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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user