From 3b5fdab0527d2df3a1bec88bb22c2e8174b5faab 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) --- koha-tmpl/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 073fa526a9..664cab74f1 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 @@ - - - - - + + + + + @@ -1474,7 +1474,6 @@ KohaTable("#subscriptionst", { dom: 'B<"clearfix">t', "columnDefs": [ - { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, { "sType": "title-string", "aTargets" : [ "title-string" ] } ], "bKohaColumnsUseNames": true -- 2.11.0
Issue #Publication dateReceived dateStatusNoteIssue #Publication dateReceived dateStatusNote