[Bug 33604] New: Show both article_title and title in ILL module and OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33604 Bug ID: 33604 Summary: Show both article_title and title in ILL module and OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de CC: pedro.amorim@ptfs-europe.com 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33604 --- Comment #1 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- 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 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33604 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org