Summary: | Show both article_title and title in ILL module and OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | ILL | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | pedro.amorim |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Katrin Fischer
2023-04-25 07:10:37 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 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. |