https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |[email protected] | |m --- Comment #44 from Fridolin Somers <[email protected]> --- 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 '&'. -- 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/
