Koha/koha-tmpl/intranet-tmpl/prog/en/modules/authorities
Owen Leonard 1bcc45be62
Bug 25428: Correctly encode link if authority subfield is a URL
This patch modifies the script and template for showing the details of
an authority record so that if the authority subfield is configured to
be a link the link is correctly output in the template.

To test you must have an authority type configured with at least one
subfield designated as a URL:

 - Go to Administration -> Authority types
 - Select "MARC structure" from the actions menu for the authority type
   you want to modify.
 - Select "Subfields" from the actions menu for the tag containing
   the subfield you want to modify (for instance 856).
 - Edit the subfield you want to display as a link (e.g. subfield u).
 - In the subfield configuration form under "Advanced constraints" check
   the "Is a URL" checkbox and save your changes.

 - Apply the patch and go to Authorities in the staff interface.
 - Search for or create an authority record which contains URL
   information in the right subfield (for instance 856$u).
 - View the details for the record. Using the 856 example, the "8" tab
   should contain an active link pointing to the correct URL.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-05-22 09:33:16 +01:00
..
auth_finder.tt Bug 22979: Remove type attribute from script tags: Authorities 2019-05-30 10:26:22 +00:00
authorities-home.tt
authorities.tt Bug 25235: Rename the button instead of alerting when replacing an existing record 2020-04-27 11:55:00 +01:00
blinddetail-biblio-search.tt Bug 23777: Fix for the advanced editor 2020-02-21 15:41:17 +00:00
detail.tt Bug 25428: Correctly encode link if authority subfield is a URL 2020-05-22 09:33:16 +01:00
merge.tt Bug 11529: Clean up subtitle usage 2019-08-05 15:03:18 +01:00
searchresultlist-auth.tt Bug 22979: Remove type attribute from script tags: Authorities 2019-05-30 10:26:22 +00:00
searchresultlist.tt Bug 25282: Correct Bootstrap dropdown button markup 2020-04-29 16:20:08 +01:00