https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #51 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
