Summary: | show all title subfields on the holds list | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, dcook, gmcharlt, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
no subtitle info
subtitle on the record Bug 12308 - show all title subfields on the holds list [SIGNED-OFF] Bug 12308 - show all title subfields on the holds list Bug 12308 - show all title subfields on the holds list |
Created attachment 28437 [details]
subtitle on the record
Created attachment 28441 [details] [review] Bug 12308 - show all title subfields on the holds list The patron summary page in the bootstrap OPAC does not show subtitle in the list of checkouts, overdues, or holds. This patch corrects this. To test, set your OPAC theme to bootstrap and log in to the OPAC as a user who has items checked out, items overdue, and items on hold. At least one of each of those should be a title which has a subtitle as defined in Administration -> Keyword to MARC mapping. Subtitles should appear correctly under the "Checked out," "Overdue," and "Holds" tabs. Awesome. I'll have to take a look at this later. I suppose it's worth mentioning that the Keyword to MARC mapping, at least in Nicole's case, will need to be expanded to include 245$p and 245$n and not just 245$b. (I think they also need to be input for each framework in the correct order or they'll display oddly.) I wonder sometimes if there isn't a better way to do subtitle. I suppose Keyword to MARC mapping adds flexibility over just showing a "title" composed of the whole "245" string, but...it's a bit of a pain to update each framework, and to have a default of showing just the title proper or title proper and 245$b at best :/. Anyway, that's a discussion for another bug. Glad to see the subtitle going in here :D Created attachment 28582 [details] [review] [SIGNED-OFF] Bug 12308 - show all title subfields on the holds list The patron summary page in the bootstrap OPAC does not show subtitle in the list of checkouts, overdues, or holds. This patch corrects this. To test, set your OPAC theme to bootstrap and log in to the OPAC as a user who has items checked out, items overdue, and items on hold. At least one of each of those should be a title which has a subtitle as defined in Administration -> Keyword to MARC mapping. Subtitles should appear correctly under the "Checked out," "Overdue," and "Holds" tabs. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Created attachment 28607 [details] [review] Bug 12308 - show all title subfields on the holds list The patron summary page in the bootstrap OPAC does not show subtitle in the list of checkouts, overdues, or holds. This patch corrects this. To test, set your OPAC theme to bootstrap and log in to the OPAC as a user who has items checked out, items overdue, and items on hold. At least one of each of those should be a title which has a subtitle as defined in Administration -> Keyword to MARC mapping. Subtitles should appear correctly under the "Checked out," "Overdue," and "Holds" tabs. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Pushed to master in my role as module maintainer for the OPAC. Thanks Owen Pushed to 3.16.x for inclusion in 3.16.1. |
Created attachment 28436 [details] no subtitle info Right now we show the patrons what they have on hold in the OPAC, but without all the subfields associated with the title. So when you look at the attached image you'll see that it's all 'game of thrones' but in reality it's several different seasons - information that's in the 245$p and the 245$n.