| Summary: | Field 787, Relationship information (R) | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mark Hofstetter <koha> |
| Component: | MARC Bibliographic data support | Assignee: | Mark Hofstetter <koha> |
| Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | caroline.cyr-la-rose |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8948 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12907 |
||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug: 39428 | ||
|
Description
Mark Hofstetter
2025-03-23 20:22:57 UTC
Created attachment 179634 [details] [review] Bug: 39428 When displaying MARC21 Field 787, subfield i + ind2 == 8 subfield i should be use as "label" as in field 777 To test: 1) enable 787 i + t in the framework you are planing to test 2) edit a record and create a subfield 787i to XXX an t to "Title787", set ind2 to 8 3) View record in OPAC you'll see the line "Other related works: XXX: Title787" 4) apply patch 5) View record in OPAC and the line should read now: "XXX: Title787" 7) thx and please sign off Two things : 1) Should the XXX be in the same colour as the other labels? Before the patch, the label "Other related works" was grey. I wonder if the XXX should be in grey now that it is the label. 2) The title of the commit message should be Bug 39428: followed by the title of the bug 2.1) Should we change the title of the bug to something a bit more descriptive? Something like Don't display label if ind2=8 in 787, or use $i as label (MARC21) |