From 3006819d317725cdf18ba8f7dfe2894c306bdbf8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 21 Dec 2017 12:57:11 -0300 Subject: [PATCH] Bug 11976: Fix sorting issues The last column must be sortable, and dates must use title-string I removed the class on the th (did not seem useful as we have an id already) Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens --- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 5b0063c02e..65fe280eef 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -847,11 +847,11 @@ - - - - - + + + + + @@ -1475,7 +1475,6 @@ KohaTable("#subscriptionst", { dom: 'B<"clearfix">t', "columnDefs": [ - { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, { "sType": "title-string", "aTargets" : [ "title-string" ] } ], "bKohaColumnsUseNames": true -- 2.39.5
Issue #Publication dateReceived dateStatusNoteIssue #Publication dateReceived dateStatusNote