[Bug 42238] New: Navigating directly to a patron's holds tab does not work
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Bug ID: 42238 Summary: Navigating directly to a patron's holds tab does not work Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: pedro.amorim@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |41957 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41957 [Bug 41957] Hyperhold/hold group information should show on 'Hold found' modal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de, | |martin.renvoize@openfifth.c | |o.uk, oleonard@myacpl.org, | |pedro.amorim@openfifth.co.u | |k -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |pedro.amorim@openfifth.co.u |ity.org |k Severity|enhancement |minor Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196615|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 196622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196622&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. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |andrew@bywatersolutions.com |y.org | CC| |andrew@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196622|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 --- Comment #3 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 196631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196631&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. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 --- Comment #4 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|26.05.00 |26.05.00,25.11.05 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42238 --- Comment #5 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Thanks all, pushed to 25.11.x -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org