https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334 --- Comment #139 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- (In reply to Victor Grousset/tuxayo from comment #138)
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.
That looks like a bad copy/paste. -- You are receiving this mail because: You are watching all bug changes.