25 Jan
2024
25 Jan
'24
5:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26297 --- Comment #24 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #21)
1. Why Koha/REST/V1/PatronCategories.pm and not under Koha/REST/V1/Patrons?
2. I think you should return a filtered list using Koha::Patron::Categories->search_with_library_limits instead.
1. An oversight, makes much more sense under Koha/REST/V1/Patrons. Patch added. 2. Patch added. It seems there are no tests in Koha for search_with_library_limits or did I miss it? Opened bug 35910 for that. -- You are receiving this mail because: You are watching all bug changes.