[Koha-bugs] [Bug 27885] Populate biblionumbers parameter when placing hold on single title

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 6 15:12:04 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27885

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
(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.


More information about the Koha-bugs mailing list