https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32333 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- FAIL koha-tmpl/opac-tmpl/bootstrap/js/idref.js FAIL ES template literals ES template literals found ( const url = `/cgi-bin/koha/svc/idref?ppn=${ppn}`;) - See bug 24725 ES template literals found ( const navig = publications.roles.map(role => `<a href="#idref-role-${role.code}" style="font-size: 90%;">${role.label} (${role.docs.length})</a>`);) - See bug 24725 ES template literals found ( html += `</td><td>${doc.citation}</td></tr>`;) - See bug 24725 ES template literals found ( html = `<div id="idref-publications">${html}</div>`;) - See bug 24725 -- You are receiving this mail because: You are watching all bug changes.