[Bug 29756] New: No Place hold button on OPAC details page if number of items exceeds OpacMaxItemsToDisplay
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29756 Bug ID: 29756 Summary: No Place hold button on OPAC details page if number of items exceeds OpacMaxItemsToDisplay Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org To recreate: 1. Set OpacMaxItemsToDisplay to something low 2. Find a record from the OPAC that has more items then OpacMaxItemsToDisplay 3. Go to that record's detail page via the OPAC. 4. Look for a 'Place hold' button in action container on the right. You won't find one. 5. Click on "View all the physical items". ow you will see a Place hold button One should not have to click on "View all the physical items" in order to place a hold. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29756 Christopher Brannon <cbrannon@cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon@cdalibrary.org --- Comment #1 from Christopher Brannon <cbrannon@cdalibrary.org> --- +1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29756 George Williams (NEKLS) <george@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george@nekls.org --- Comment #2 from George Williams (NEKLS) <george@nekls.org> --- This seems highly problematic. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29756 --- Comment #3 from Christopher Brannon <cbrannon@cdalibrary.org> --- Temporary workaround until this is fixed: //Add missing hold link to opac-detail when holdings are hidden (v21.05) if ($('#opac-detail').length) { if($('#holdings:contains("This record has many physical items")').length){ var detailBib = $('#catalogue_detail_biblio').attr('data-biblionumber'); $('#action').prepend('<li><a class="reserve btn btn-link btn-lg" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=' + detailBib + '"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></li>'); } } //END Add missing hold link to opac-detail when holdings are hidden -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29756 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29756 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- *** This bug has been marked as a duplicate of bug 13654 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org