Bugzilla – Attachment 189897 Details for
Bug 37402
Task scheduling fails if you don't use the correct time format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37402: Applying scheduler form UI changes to ensure correct form state fail and also adding form place holder and label update to better inform users
Bug-37402-Applying-scheduler-form-UI-changes-to-en.patch (text/plain), 1.50 KB, created by
Adam Styles
on 2025-11-22 22:31:36 UTC
(
hide
)
Description:
Bug 37402: Applying scheduler form UI changes to ensure correct form state fail and also adding form place holder and label update to better inform users
Filename:
MIME Type:
Creator:
Adam Styles
Created:
2025-11-22 22:31:36 UTC
Size:
1.50 KB
patch
obsolete
>From f26386018e9ff9ffe09ec09a0bee050e0001584b Mon Sep 17 00:00:00 2001 >From: "adam.styles" <adam.styles@esa.edu.au> >Date: Sun, 23 Nov 2025 09:07:59 +1100 >Subject: [PATCH] Bug 37402: Applying scheduler form UI changes to ensure > correct form state fail and also adding form place holder and label update to > better inform users > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt >index 52c514e56f..8095cf362b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt >@@ -44,7 +44,8 @@ > <legend>Task scheduler</legend > ><ol> > <li><span class="label">Current server time is:</span> [% time | html %]</li> >- <li><label for="starttime">Time:</label> <input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li> >+ <li><label for="starttime">Time: (set 24 hour time hhmm):</label> >+ <input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" placeholder="hhmm" required /></li> > <li> > <label for="startdate">Date: </label> > <input type="text" size="10" id="startdate" name="startdate" class="flatpickr" data-flatpickr-futuredate="true" value="" /> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37402
:
189897
|
189960
|
189961