https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 --- Comment #1 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 196615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196615&action=edit Bug 42238: Fix loading 'holds' tab when navigating with hash I don't know what caused this to stop working. Possibly a change in the markup due to a bootstrap upgrade? Test plan: Before applying patch: 1) Place any hold for Henry, link to help: <staff_url>/cgi-bin/koha/reserve/request.pl?biblionumber=76&findborrower=23529000035676 2) Open a new tab and visit the Patron details page directly on the 'Holds' tab: <staff_url>/cgi-bin/koha/members/moremember.pl?borrowernumber=19#holds_panel 3) Notice it activates the correct tab, but doesn't load the table. 4) Open a new tab again, this time visit the Patron 'Check out' page directly on the 'Holds' tab: <staff_url>/cgi-bin/koha/circ/circulation.pl?borrowernumber=19#holds_panel 5) Notice the same behavior (tab activates, no table is loaded). 6) Apply patch. Repeat test plan. Confirm table loads on both occasions. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.