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

--- Comment #30 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to