[Koha-bugs] [Bug 30055] Rewrite some of the patron searches to make them use the REST API routes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 16 19:20:31 CET 2022


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

--- Comment #47 from Nick Clemens <nick at bywatersolutions.com> ---
When limiting search via the table filters, dropdowns should be filtered on
equality, not contains.

To recreate:
search for '%' in the search to return all patrons
use category dropdown to limit to 'Patron' - works
use category dropdown to limit to 'Teacher' - fail - you see 'Patron' and
'Student' categories because they contain 'T' - the code for 'Teacher'

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


More information about the Koha-bugs mailing list