https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 51480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51480&action=edit Bug 16516: Define the showListsUpdate JS function at the OPAC Bug 12233 removes the declaration of the showListsUpdate JS function for the OPAC. It results in a JS error (ReferenceError: showListsUpdate is not defined) when a user tries to add selected titles to a list if no title is selected. Test plan: Launch a catalogue search Select a list in the "Select titles to" dropdown list => Without this patch you will get the JS error => With this patch you will get a JS alert "No item was selected" -- You are receiving this mail because: You are watching all bug changes.