Bug 33604 - Show both article_title and title in ILL module and OPAC
Summary: Show both article_title and title in ILL module and OPAC
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-25 07:10 UTC by Katrin Fischer
Modified: 2024-04-02 20:58 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2023-04-25 07:10:37 UTC
The ILL module will sometimes show the article title as title when one exists. This has led to quite some confusion. We should always show both, the article title and the title of the item the article is from (source).

One place this is missing is the detail pages of ILL requests in OPAC and staff interface.
Comment 1 Pedro Amorim 2024-04-02 15:54:46 UTC
Hi Katrin, using FreeForm, journal article, adding a title and an article title, both show for the detail pages:
Staff: http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=1
OPAC: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?op=view&illrequest_id=1

What backend are you using when experiencing this?
I believe the backend needs to implement the 'metadata' method and return the canonical values from the key/value illrequestattributes store. 

See
https://github.com/PTFS-Europe/koha-ill-freeform/blob/master/Base.pm#L144

And
https://github.com/PTFS-Europe/koha-ill-freeform/blob/master/Base.pm#L925
Comment 2 Katrin Fischer 2024-04-02 20:58:29 UTC
We are using this one:
https://gitlab.com/thekesolutions/plugins/koha-plugin-slnp-ill

I am not sure how the display is generated, but I think our mappings should at east be correct in the database, as we are seeing all information correctly on the ILL requests list in the ILL module.