30 Sep
2025
30 Sep
'25
9:23 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40908 --- Comment #5 from Brendan Lawlor <blawlor@clamsnet.org> --- This changes make sense and fix the bugs describes with deleting items on the additem page: Remove call to confirmDelete() to get rid of the alert that pops up before the modal. Change the delete_link data- attribute in cataloging_additem.js to match the way the Delete link is rendered in the actions drop down in additem.tt to fix the delete button in the cells. data-itemnumber="[% item.itemnumber | html %]" Add the bs prefix in data-bs-dismiss="modal" for Bootstrap 5 to fic the Cancel button in the modal. Nice work. Passing QA! -- You are receiving this mail because: You are watching all bug changes.