4 Feb
2025
4 Feb
'25
7:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334 --- Comment #138 from Victor Grousset/tuxayo <victor@tuxayo.net> --- When having a restricted item ($5), the item table loads indefinitely. And console says: TypeError: row.bundle_host is null Line is: if ( status == 'restricted') { nodes += '<span class="bundled">%s</span>'.format(_("In bundle: %s").format($biblio_to_html(row.bundle_host.biblio, { link: true }))); } Going back to main + yarn api:bundle ; restart_all + force refresh makes the table work. And with the patches the error happens again. -- You are receiving this mail because: You are watching all bug changes.