Bugzilla – Attachment 158163 Details for
Bug 33575
Add table settings to the holds table for a specific record in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33575: (QA follow-up) Fix date sorting on Date column
Bug-33575-QA-follow-up-Fix-date-sorting-on-Date-co.patch (text/plain), 1.41 KB, created by
Lucas Gass (lukeg)
on 2023-10-31 20:37:25 UTC
(
hide
)
Description:
Bug 33575: (QA follow-up) Fix date sorting on Date column
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-10-31 20:37:25 UTC
Size:
1.41 KB
patch
obsolete
>From ee8fc2ac70d6a2d4689a62fcfc484381603b3288 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 9 May 2023 22:11:00 +0000 >Subject: [PATCH] Bug 33575: (QA follow-up) Fix date sorting on Date column > >Implements correct date sorting for different date formats on the Date column. > >See: >https://wiki.koha-community.org/wiki/DataTables_HowTo#Sorting_dates_regardless_of_date_format_preference >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index a9c78d14394..6e70ced95eb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -119,7 +119,7 @@ > [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %] > </td> > <td>[% hold.notes | html | html_line_break %]</td> >- <td> >+ <td data-order="[% hold.date| html %]"> > [% IF Koha.Preference('AllowHoldDateInFuture') %] > <input type="text" class="flatpickr" value="[% hold.date | html %]" required="required" size="10" name="reservedate" /> > [% ELSE %] >-- >2.30.2
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 33575
:
149970
|
150041
|
150187
|
150188
|
150915
|
150916
|
150917
|
158161
|
158162
| 158163