[Koha-bugs] [Bug 15352] Use URLLinkText instead of URL for item links

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 22 11:48:10 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15352

--- Comment #30 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Sadly I got an upset complaint about this one :( I've fixed it with jQuery to
display the URLs in the items again:

/* #44951 */
$("#holdings .url a").each(function(i) {
var url = $( this ).attr("href");
$(this).text(url);
});

It would have been great to make this optional/separately configurable from the
URLs in the bibliographic record like proposed at first, the use cases are
often quite different. I've filed a report for this:

Bug 30329 - Make URLLinkText configurable separately for items and
bibliographic records

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list