[Koha-bugs] [Bug 34351] ILL list table - access_url column content should be clickable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 24 12:24:03 CEST 2023


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

--- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Created attachment 153832
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153832&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list