In the catalog concerns page, nothing happens when you click on the title of a concern. To recreate: 1. Enable the CatalogConcerns system preference 2. In a bibliographic record, click New > New catalog concern 3. Fill out the title (and optionally the description) 4. Click Submit 5. Go to Cataloging > Catalog concerns 6. Click on the title of the concern --> Nothing happens According to the manual, it used to lead to the concern details modal.
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!