https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27885
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #4 from Nick Clemens <[email protected]> --- (In reply to Katrin Fischer from comment #3) > For a single hold I end up with: > http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=114/ > > For multiple holds with: > http://localhost:8081/cgi-bin/koha/reserve/request. > pl?biblionumbers=262%2F13%2F&findborrower=&club= > > Is the / for the single biblionumber intended and the differences in > encoding? The case I am fixing here is - Placing hold from details/holds tab, but it does seem to clear some trailing slashes in other places. There does seem to be an issue with placing holds on multiple bibs for clubs BEFORE PATCH Placing holds from results: Single biblio: -On patron/club search screen: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248%2F&findborrower=&club= -After selecting patron: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=248/ -After selecting club: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=248 Multiple biblios: -On patron/club search screen: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248%2F310%2F&findborrower=&club= -After selecting patron: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248/310/ -After selecting club: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=310 (something going on with ability to place holds, ignore for now) Placing hold on single bib from the details page/holds tab -On patron/club search screen: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=248&searchid=scs_1620306233111 -After selecting patron: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers= -After selecting club: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=248 AFTER PATCH AND RESTART Placing holds from results: Single biblio: -On patron/club search screen: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248%2F&findborrower=&club= -After selecting patron: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248 -After selecting club: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=248 Multiple biblios: -On patron/club search screen: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248%2F310%2F&findborrower=&club= -After selecting patron: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248/310 -After selecting club: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=310 (something going on with ability to place holds, ignore for now) Placing hold on single bib from the details page/holds tab -On patron/club search screen: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=248&searchid=scs_1620306452277 -After selecting patron: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=248 -After selecting club: http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=248 -- 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/
