Summary: | Catalog concerns - Broken link under concern title | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Templates | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | RESOLVED FIXED | QA Contact: | Aleisha Amohia <aleisha> |
Severity: | normal | ||
Priority: | P5 - low | CC: | aleisha, fridolin.somers, lucas, martin.renvoize, phil, sam.sowanick, wainuiwitikapark |
Version: | Main | Keywords: | regression |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
24.11.00
|
Circulation function: | |
Bug Depends on: | 37910 | ||
Bug Blocks: | 34324 | ||
Attachments: |
Bug 37912: Restore detail-trigger handling
Bug 37912: Restore detail-trigger handling Bug 37912: Restore detail-trigger handling Bug 37912: Restore detail-trigger handling |
Description
Caroline Cyr La Rose
2024-09-12 20:42:15 UTC
It still tries to, https://git.koha-community.org/Koha-community/Koha/src/commit/ea17ce2ffa1f2db88f85e86646513dde34d24eed/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js#L3 thinks when you click on the link it will find and .click() the button at the end of the table row. It just doesn't find it. Created attachment 173662 [details] [review] Bug 37912: Restore detail-trigger handling This patch converts our jQuery based click to native JS and restores the bootstrap modal button click trigger handling. Created attachment 173684 [details] [review] Bug 37912: Restore detail-trigger handling This patch converts our jQuery based click to native JS and restores the bootstrap modal button click trigger handling. Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> Created attachment 173685 [details] [review] Bug 37912: Restore detail-trigger handling This patch converts our jQuery based click to native JS and restores the bootstrap modal button click trigger handling. Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> Created attachment 174059 [details] [review] Bug 37912: Restore detail-trigger handling This patch converts our jQuery based click to native JS and restores the bootstrap modal button click trigger handling. Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 (In reply to Lucas Gass (lukeg) from comment #7) > Backported to 24.05.x for upcoming 24.05.06 I'm going to revert this as this bug depends on patches not in 24.05.x Bug fix, nothing to add/edit in the manual. |