From 1cbd3b039de159597acf7a063f948dc0d6f64802 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 Feb 2025 16:44:06 +0000 Subject: [PATCH] Bug 38984: (follow-up) Fix nosort class on first column Changing "nosort" to "NoSort". Also adding an "order" option to the table configuration so that the table isn't sorted by default on the first column (overriding the NoSort option). --- koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc | 4 ++-- koha-tmpl/intranet-tmpl/prog/js/recalls.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc index dc7c77dcc2..9c96b06ad2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc @@ -4,7 +4,7 @@ - [% IF checkboxes %][% END %] + [% IF checkboxes %][% END %] [% UNLESS specific_patron %][% END %] @@ -12,7 +12,7 @@ [% UNLESS viewing_old %][% END %] - [% UNLESS viewing_old %][% END %] + [% UNLESS viewing_old %][% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/js/recalls.js b/koha-tmpl/intranet-tmpl/prog/js/recalls.js index 02541cbe0c..0595211b09 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/recalls.js +++ b/koha-tmpl/intranet-tmpl/prog/js/recalls.js @@ -106,6 +106,7 @@ $(document).ready(function() { columnDefs: [ { type: "title-string", targets: ["title-string"] }, ], + order: [[1, "asc"]], pagingType: "full_numbers", }); -- 2.39.5
  TitleRequested byPlaced onPickup location StatusDue date