From f132f62a3fd2a7c6114113e345e70db7c5b6f8af Mon Sep 17 00:00:00 2001 From: "adam.styles" Date: Sun, 23 Nov 2025 09:07:59 +1100 Subject: [PATCH] Bug 37402: Applying scheduler form UI changes to ensure correct form state fail Also adding form place holder and label update to better inform users 1. login to koha instance 2. navigate to reports module 3. create a small quick test report or use an existing small test report 4. select 'schedule' from toolbar above main sql window 5. once redirected to task scheduler UI, choose 'tommorow' in drop down 'date' field. 6. enter 'test@local.com' in 'email' field 7. enter no value in the 'time' field 8. press 'save'. Result - PASS: - No 'Failed to add scheduled task' error state occurs, and the correct time require error state does occur - Form does not attempt submit as it identifies the required time field data is missing - Addition time field place holder information is provided and time field label also offer time format information to user Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall --- 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 52c514e56f9..76cf5722bbf 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 @@ Task scheduler
  1. Current server time is: [% time | html %]
  2. -
  3. +
  4. +
  5. -- 2.50.1 (Apple Git-155)