Bug 39428 - Field 787, Relationship information (R)
Summary: Field 787, Relationship information (R)
Status: Failed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Mark Hofstetter
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-23 20:22 UTC by Mark Hofstetter
Modified: 2025-03-31 14:10 UTC (History)
1 user (show)

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


Attachments
Bug: 39428 (8.34 KB, patch)
2025-03-23 20:52 UTC, Mark Hofstetter
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hofstetter 2025-03-23 20:22:57 UTC
in Field 787 subfield i should be used as a label as in 777, or are there differences?
Comment 1 Mark Hofstetter 2025-03-23 20:52:19 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
Comment 2 Caroline Cyr La Rose 2025-03-31 14:10:28 UTC
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)