https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20411
--- Comment #14 from Jonathan Druart <jonathan.dru...@gmail.com> --- (In reply to Jonathan Druart from comment #11) > It does not correctly work, there is a regression. The action links > ("Delete" and "Modify") are always displayed, they should be only if at > least one item is selected. This was caused by a couple of wrong conflict resolutions. For instance: - var tab = $("#" + tab_id + "_panel" ); + var tab = $("#" + tab_id); I have rebased the patch on top of bug 37309 which is also in the queue and modify this exact portion of code. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/