Bug 23032 - Add 264 to Alternate Graphic Representation (MARC21 880)
Summary: Add 264 to Alternate Graphic Representation (MARC21 880)
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: Main
Hardware: All All
: P4 minor (vote)
Assignee: David Cook
QA Contact: Kyle M Hall
URL:
Keywords:
Depends on: 3567
Blocks:
  Show dependency treegraph
 
Reported: 2019-06-02 09:35 UTC by Katrin Fischer
Modified: 2023-06-08 22:32 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.05.00,22.11.02


Attachments
Bug 23032: Show MARC21 880 for 264 on detail pages (2.64 KB, patch)
2022-10-20 05:32 UTC, David Cook
Details | Diff | Splinter Review
Bug 23032: Show MARC21 880 for 264 on detail pages (2.71 KB, patch)
2022-11-12 16:47 UTC, ByWater Sandboxes
Details | Diff | Splinter Review
Bug 23032: Show MARC21 880 for 264 on detail pages (2.76 KB, patch)
2022-12-16 14:52 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2019-06-02 09:35:13 UTC
The 880 field containing information from 264 is not displayed in the OPAC and intranet detail pages.
Comment 1 giuseppe.angilella 2022-10-16 16:05:30 UTC
It would be desirable that also Alternate graphic representation (880) for Content (505, particularly 505$t) were displayed in the OPAC and intranet detail pages
Comment 2 David Cook 2022-10-20 05:22:55 UTC
(In reply to giuseppe.angilella from comment #1)
> It would be desirable that also Alternate graphic representation (880) for
> Content (505, particularly 505$t) were displayed in the OPAC and intranet
> detail pages

Please raise a separate bug report for that
Comment 3 David Cook 2022-10-20 05:23:13 UTC
(In reply to Katrin Fischer from comment #0)
> The 880 field containing information from 264 is not displayed in the OPAC
> and intranet detail pages.

Fortunately, this is an easy fix. I'll send a patch shortly.
Comment 4 David Cook 2022-10-20 05:32:35 UTC
Created attachment 142224 [details] [review]
Bug 23032: Show MARC21 880 for 264 on detail pages

This patch adds the 880 display for 264 (in addition to 260) on the
detail pages.

To test:
0) Apply patch
1) Create/edit a record
2) Create 264 $6 880-01 $a Xianggang : $b Tushuguan, $c 2022
3) Create 880 $6 264-01 $a 香港 : $b 图书馆, $c 2022
4) View record and see "Publication details" appear with the 880
script on the detail page on both the staff interface and OPAC
Comment 5 giuseppe.angilella 2022-10-21 06:28:56 UTC
(In reply to David Cook from comment #2)
> (In reply to giuseppe.angilella from comment #1)
> > It would be desirable that also Alternate graphic representation (880) for
> > Content (505, particularly 505$t) were displayed in the OPAC and intranet
> > detail pages
> 
> Please raise a separate bug report for that

Done: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31901

Many thanks!
Comment 6 ByWater Sandboxes 2022-11-12 16:47:08 UTC
Created attachment 143802 [details] [review]
Bug 23032: Show MARC21 880 for 264 on detail pages

This patch adds the 880 display for 264 (in addition to 260) on the
detail pages.

To test:
0) Apply patch
1) Create/edit a record
2) Create 264 $6 880-01 $a Xianggang : $b Tushuguan, $c 2022
3) Create 880 $6 264-01 $a 香港 : $b 图书馆, $c 2022
4) View record and see "Publication details" appear with the 880
script on the detail page on both the staff interface and OPAC

Signed-off-by: Johanna Miettunen <johanna.miettunen@haaga-helia.fi>
Comment 7 Johanna Miettunen 2022-11-12 16:55:37 UTC
Works as described is staff client and in OPAC, when 264 and 880 with subfields 6, a, b, c have been changed to visible in MARC bibliographic framework that the record is using.
Notice! If there's information both in 260 and 264, plus linkage in 880, then information in 260 is not shown in Publication details in Normal view. I'm not a cataloguer, but I guess in real life one is not putting publication details to both 260 and 264 at the same time.
Comment 8 Heather 2022-11-14 20:39:52 UTC
You are correct, Johanna--no record should have both a 260 and a 264.  If there *are* a 260 and 264(s) in one record, 264s are the more recent fields, so I think it's a good think that 264 data would be displayed (and not 260 data).  And I am a cataloger.:)
Comment 9 Kyle M Hall 2022-12-16 14:52:32 UTC
Created attachment 144688 [details] [review]
Bug 23032: Show MARC21 880 for 264 on detail pages

This patch adds the 880 display for 264 (in addition to 260) on the
detail pages.

To test:
0) Apply patch
1) Create/edit a record
2) Create 264 $6 880-01 $a Xianggang : $b Tushuguan, $c 2022
3) Create 880 $6 264-01 $a 香港 : $b 图书馆, $c 2022
4) View record and see "Publication details" appear with the 880
script on the detail page on both the staff interface and OPAC

Signed-off-by: Johanna Miettunen <johanna.miettunen@haaga-helia.fi>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 10 Tomás Cohen Arazi 2022-12-27 14:09:10 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 11 Jacob O'Mara 2023-01-13 11:55:05 UTC
Nice work, thanks everyone!

Pushed to 22.11.x for the next release.