Bugzilla – Attachment 119070 Details for
Bug 27937
Date of birth entered without correct format causes internal server error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27937: (QA follow-up) Fix indentation
Bug-27937-QA-follow-up-Fix-indentation.patch (text/plain), 1.06 KB, created by
Joonas Kylmälä
on 2021-04-01 09:25:34 UTC
(
hide
)
Description:
Bug 27937: (QA follow-up) Fix indentation
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-04-01 09:25:34 UTC
Size:
1.06 KB
patch
obsolete
>From a9ab51c9422271a03403de9102b3960629eeb886 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Thu, 1 Apr 2021 12:23:58 +0300 >Subject: [PATCH] Bug 27937: (QA follow-up) Fix indentation >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > koha-tmpl/intranet-tmpl/prog/js/calendar.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/calendar.js b/koha-tmpl/intranet-tmpl/prog/js/calendar.js >index 5759fdf7ec..2b335ec9bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/calendar.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/calendar.js >@@ -193,7 +193,7 @@ $(document).ready(function () { > if (!is_valid_date($(this).val())) { > $(this).val(""); > } else { >- $(this).datepicker("setDate",$(this).val()); >+ $(this).datepicker("setDate",$(this).val()); > } > }); > // http://jqueryui.com/demos/datepicker/#date-range >-- >2.11.0
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 27937
:
118315
|
118316
|
118317
|
118368
|
119069
|
119070
|
119084