4 Jan
2021
4 Jan
'21
4:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27034 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Patch "Bug 27015: Make pickup locations searchable" is going to add a FIXME about this. This patch must remove it then. +++ b/Koha/REST/V1/Holds.pm @@ -445,6 +445,8 @@ sub pickup_locations { my $c = shift->openapi->valid_input or return; my $hold_id = $c->validation->param('hold_id'); + # FIXME: We should really skip the path params in $c->objects->search + delete $c->validation->output->{hold_id}; -- You are receiving this mail because: You are watching all bug changes.