https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38958 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 177065 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177065&action=edit Bug 38958: Search history deletion broken in the staff interface There is some JS on the staff interface search history page which uses a jQuery selector that doesn't seem to work after the DataTables upgrade. This patch fixes it. To test, apply the patch and enable EnableSearchHistory if necessary. - In the staff interface, perform a few catalog searches if necessary. - Choose "Search history" from the user menu in the upper right. - In the table of searches, check the checkbox next to one or more search history entries. - The delete button at the top of the table should become enabled. - Clicking the delete button should work correctly to delete your selected searches. -- You are receiving this mail because: You are watching all bug changes.