https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #51 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Fridolin Somers from comment #44)
There are some problems with filters.
I create holds for 2 records and cancel them immediately. Without last patch "Bug 28782: (QA follow-up) Fix missing filter" I see URL : /cgi-bin/koha/reserve/request.pl?biblionumber=359&biblionumber=369& action=cancelBulk&ids=2,1 With last patch I see URL : /cgi-bin/koha/reserve/request.pl?biblionumber%3D359%26biblionumber%3D369& action=cancelBulk&ids=2,1
Without all patches we have URL : /cgi-bin/koha/reserve/request.pl?biblionumbers=359/369& action=cancelBulk&ids=2,1 Looks it '&' works, but it should be '&'.
Good catch, fixed! I amended the patch. -- You are receiving this mail because: You are watching all bug changes.