From: Jonathan Druart Date: Tue, 25 Feb 2020 13:17:27 +0000 (+0100) Subject: Bug 24727: (bug 14697 follow-up) Replace link on title to bib detail page X-Git-Tag: v20.05.00~1393 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=813da7f2433d182a7616407da42beef7f2c1f881;p=koha-ffzg.git Bug 24727: (bug 14697 follow-up) Replace link on title to bib detail page 903 let title = ` At first it seems like a typo: request-rcticle.pl vs request-acticle.pl But actually it does not make sense to link to request-article, we want (I think) to link to the bibliographic record detail page. Test plan: - Have something in the claim table (cf bug 14697) - Click on the title of the bibliographic record Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index c1ca172f33..1bbb884afe 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -900,7 +900,7 @@ $(document).ready(function() { }, { "mDataProp": function ( oObj ) { - let title = ` + let title = ` ${oObj.title} ${oObj.enumchron || ""} `;