https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40908
--- Comment #5 from Brendan Lawlor <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
