]> git.koha-community.org Git - koha.git/commit
Bug 38240: Do not hide columns if no items to display
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 23 Oct 2024 13:34:09 +0000 (15:34 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 24 Oct 2024 11:38:13 +0000 (13:38 +0200)
commit7c9ae2d83bbf6b3c8594e2a363e8eed623b1e1d7
treef0d90ed007a18e577eb000accd078199f6b4f29e
parent91ba4fcfd722196f66c730c781c62941ff9e86a8
Bug 38240: Do not hide columns if no items to display

If you filter items using the column filters and that no item are displayed, all columns will be hidden (because no data for those columns) and it is then impossible to reset the filters show items again.

Test plan:
http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=4
All items are from CPL
Select another library
=> No items displayed
Without this patch the headers are hidden and it's impossible to modify
the filters
With this patch the columns that were displayed on the last draw are
still there, letting you modify the filters

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc