14 Aug
2024
14 Aug
'24
10:22 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20411 --- Comment #14 from Jonathan Druart <jonathan.druart@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.