[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 23 01:58:17 CET 2020


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

David Cook <dcook at prosentient.com.au> changed:

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

--- Comment #272 from David Cook <dcook at prosentient.com.au> ---
My test plan:

Test plan:
0a. koha-shell kohadev -c
/kohadevbox/koha/installer/data/mysql/updatedatabase.pl
#0b. koha-shell kohadev -c
"/kohadevbox/koha/misc/devel/update_dbix_class_files.pl --koha-conf
/etc/koha/sites/kohadev/koha-conf.xml --db_name koha_kohadev"
0c. koha-plack --restart kohadev

1. Go to http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=e
2. Click checkboxes next to # 1 and # 2
3. Click "Place hold" button at the top of search results
4. Enter "koha" into patron search and press "Search", then choose "koha,"
5. Check the box for "Hold next available item" 
6. Click "Place hold"

7. Note the text "(part of a hold group)" in Details column.
8. Click on the "hold group" link text
9. Note a modal with a title of "Hold group" and containing the two titles that
you've previously selected

10. Go to
http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=51
11. Click on the "Holds" tab and note that there are 2 holds. One for each of
the titles that you've selected. (There is no evidence here that they're part
of a hold group.)
12. Checkin "39999000002195"
13. Note a modal saying "Hold found" and click "Confirm hold"
14. Go to
http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=51
15. Note that the 2nd hold for "The Arden edition of the works of William
Shakespeare." has been removed. 

--

I'm failing QA as I can only see the "hold group" link on the following page:
- reserve/request.pl

It does *not* appear on the following pages (although it is claimed it is in
the commit messages):
- circ/circulation.pl
- members/moremember.pl

It is unknown whether or not it appears on the following pages because there
were no tests for these pages:
- circ/pendingreserves.pl

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list