From bb66c6fd0982d19ae9994e391c3caf690ce0e615 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 Feb 2025 19:31:28 +0000 Subject: [PATCH] Bug 39083: Fix title sorting on list of tagged titles This patch adds the "anti-the" class to the title column on the tagged titles page. This allows DataTables to ignore articles when sorting. To test you should add the same tag to multiple titles. In the staff interface, go to Tools -> Tags, and click a term which has been added to multiple titles. In the list of titles, test title sorting. Articles like "a", "an", and "the" should be ignored when sorting. Sponsored-by: Athens County Public Libraries --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt index f151a4ef588..30e3f05f955 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -48,7 +48,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
- + -- 2.39.5
TitleTitle Location