|
Text to go in the release notes:
|
This enhancement checks for URLs in MARC21 data and, in case of a missing protocol (http or https), either:
* adds a missing prefix if tag=856 and indicator 1=4 is set,
* or omits the HTML anchor element (so it is not linked)
On other $u subfields (for example, 505$u) the HTML anchor element is omitted when the protocol is missing.
It also fixes the links where the TrackClicks system preference is used.
Currently, when the prefix is missing, the active URL link is incorrect. For example, if bugs.koha-community.org is used, the actual URL is https://YOUR-CATALOG-URL/cgi-bin/koha/catalogue/bugs.koha-community.org
|