Bug 34351: Add link to access_url
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Mon, 24 Jul 2023 10:23:41 +0000 (10:23 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 15 Aug 2023 12:14:08 +0000 (15:14 +0300)
commite645bf152dd639d4464be4a436304c5e9e3a43ec
tree68cb61fa20b4a00f4275116bb9fb75d0702ee26d
parent3ac122f47d18fe527c6c789a664d4c2b401f5e4c
Bug 34351: Add link to access_url

On k-t-d
1) Run bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh)
2) Create a new Freeform request
3) Update access_url field. Run this mysql query:
update illrequests set accessurl = https://koha-community.org/;
4) Visit ill table list at /cgi-bin/koha/ill/ill-requests.pl
5) Verify access url is not clickable
6) Apply patch. Refresh. Verify it's now clickable.

Signed-off by: Jeremy Evans <Jeremy.Evans@ukhsa.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js