Bugzilla – Attachment 177710 Details for
Bug 39083
Fix title sorting on list of tagged titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39083: Fix title sorting on list of tagged titles
Bug-39083-Fix-title-sorting-on-list-of-tagged-titl.patch (text/plain), 1.41 KB, created by
Owen Leonard
on 2025-02-10 19:40:07 UTC
(
hide
)
Description:
Bug 39083: Fix title sorting on list of tagged titles
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-10 19:40:07 UTC
Size:
1.41 KB
patch
obsolete
>From bb66c6fd0982d19ae9994e391c3caf690ce0e615 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 : > <div class="page-section"> > <table id="itemst"> > <thead><tr> >- <th>Title</th> >+ <th class="anti-the">Title</th> > <th>Location</th> > <th> </th> > </tr></thead> >-- >2.39.5
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 39083
: 177710