[Koha-bugs] [Bug 33568] Use the REST API to display items on the biblio detail view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 30 10:50:38 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568

--- Comment #17 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Owen Leonard from comment #16)
> A few minor things:

Thanks!

> - use "fa fa-filter" icon for the "Show filters" link

Commit "Restore filters" adjusted.

> - the bulk actions controls (delete, modify) appear if you click a checkbox
> but not if you click "Select all"

Done in "Fix select/clear all links".

> - The checkbox column should not be sortable (an existing bug)

This seems trivial to fix but it's not. The problem is the
StaffDetailItemSelection (I've let a comment somewhere, IMO we should remove
it, I don't see how it can be useful).
As it's an existing bug I would like to deal with this specific bug on a
separate bug report.
I have opened bug 33860.

> I like the choice to hide all the table controls until you click "Show
> filters" but I am concerned that others might miss the quick filter box. I
> hope others will comment on that.

There was actually a bug. I've adjusted "Fix DT dom and remove DT info if not
needed".
The idea is to display the search and pagination only if there is pagination.
If all the items are displayed then we show a simple table and browser search
ctrl+f can then be used to search on the displayed info.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list