]> git.koha-community.org Git - koha.git/commit
Bug 38130: Allow sorting and filtering on library id and name
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Nov 2024 08:40:03 +0000 (09:40 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 8 Nov 2024 10:23:47 +0000 (11:23 +0100)
commit1f5e3b66f8a69b10cca12e0a1f8b0bc02f01431e
treee25612f9cbb30f8d14bb70e5950e2696b7ff3712
parent4212da818025754ab6ff989c70fbde3616df7c81
Bug 38130: Allow sorting and filtering on library id and name

On the item list of the bib detail page and the patron search we want
the library columns ('holding library', 'home library' and 'library') to
be sorted by library names and to make them searchable on library id and
name.

Concerns about this approach (comment #8):
"""
If we do it for the library names on this view, we need to do it for all the library columns (thinking about patrons right now but I am sure there are others). And to be consistent, for all the other coded values: "special AVs" (item types, cn source), regular AVs, patron category codes, etc.

We will introduce additional JOINs and so maybe performance problems. This needs to be investigated before we take this route IMO.
"""

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Patron.pm
Koha/Schema/Result/Borrower.pm
koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc