[Bug 15352] Use URLLinkText instead of URL for item links
22 Mar
2022
22 Mar
'22
11:48 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15352 --- Comment #30 from Katrin Fischer <katrin.fischer@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.
1577
Age (days ago)
1577
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org