[Koha-bugs] [Bug 19360] Give items URL a link text

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 28 03:15:59 CET 2018


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

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |In Discussion

--- Comment #23 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Thanks for the comments. Sorry I have been travelling for the last few months
and so haven't worked on this for a little while, however I am back into it now
and am keen to push it forward. 

So Katrin and Josef to clarify would you like a single database field holding
both the uri and link text with a delimiter? 

Then when the user loads the item page the value of this field is split at the
delimiter and the URL is set as the form action and the link text is displayed?

If so, couldn't I simply remove the $k subfield and store this data value (with
a data delimiter) in the $u subfield, rather than adding a brand new field
url|text?

I am not familiar with Koha plugins so I've had a look at the kitchen sink
example plugin and it looks like I'd need to make a tool plugin and it would
need to be accessed via a link in the cataloguing/addbiblio.tt file.

The .tt file of this plugin will contain two inputs (url and link text inputs)
which the backend logic concatenates and separates with a delimiter before this
data value is stored in the 952$u database field of marc_subfield_structure
database table.

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


More information about the Koha-bugs mailing list