1 Jul
2024
1 Jul
'24
7:38 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37226 --- Comment #1 from Andreas Roussos <a.roussos@dataly.gr> --- This is happening because in the HTML source of the page the individual <li> elements associated with each node do not have unique `id` values, which confuses the JavaScript library (jsTree) responsible for rendering the hierarchy tree. The simple fix is to append a random number to each `id` attribute. -- You are receiving this mail because: You are watching all bug changes.