Bug 36108 - Update MARC21 default framework to Update 37 (December 2023)
Summary: Update MARC21 default framework to Update 37 (December 2023)
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement with 1 vote (vote)
Assignee: Caroline Cyr La Rose
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-15 20:36 UTC by Caroline Cyr La Rose
Modified: 2024-05-07 09:39 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
This enhancement updates the default MARC21 framework for new installations to reflect the changes from Update 37 (December 2023). NOTES: - For existing installations, manually updating the default and other frameworks with the changes is required. - For new installations, only the default framework is updated. Manually updating other frameworks with the changes is required.
Version(s) released in:
24.05.00


Attachments
Bug 36108: Update MARC21 default framework to Update 37 (December 2023) (7.19 KB, patch)
2024-02-15 21:13 UTC, Caroline Cyr La Rose
Details | Diff | Splinter Review
Bug 36108: Update MARC21 default framework to Update 37 (December 2023) (7.24 KB, patch)
2024-02-15 22:09 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2024-02-15 20:36:35 UTC
https://www.loc.gov/marc/bibliographic/bdapndxg.html

■ New content designators:
Field
023Cluster ISSN (R)

■ Obsolete content designators:
Subfields
$l ISSN-L (NR) in 022 (International Standard Serial Number)
$mCanceled ISSN-L (R) in 022 (International Standard Serial Number)

■ Fast-track change:
New Subfield
$3 Materials specified (NR) in 532 (Accessibility Note)
Comment 1 Caroline Cyr La Rose 2024-02-15 21:13:41 UTC
Created attachment 162226 [details] [review]
Bug 36108: Update MARC21 default framework to Update 37 (December 2023)

This patch updates the default MARC21 framework to reflect the changes
brought by Update 37 (December 2023).

To test:
1. Apply patch and reset_all
2. Go to Administration > MARC bibliographic framework
3. Click Actions next to the default framework and choose MARC structure
4. Check for the changes detailed in the update
https://www.loc.gov/marc/bibliographic/bdapndxg.html

- Two subfields of 022 should be marked as obsolete
  - l ISSN-L [OBSOLETE]
  - m Canceled ISSN-L [OBSOLETE]

- There should be a new field 023, named CLUSTER ISSN
  - This field should be repeatable
  - Subfields:
    - 0 Authority record control number or standard number (NR)
    - 1 Real World Object URI (R)
    - 2 Source (NR)
    - 6 Linkage (NR)
    - 8 Field link and sequence number (R)
    - a Cluster ISSN (NR)
    - y Incorrect Cluster ISSN (R)
    - z Canceled Cluster ISSN (R)

- There should be one new subfield in field 532
  - 3 Materials specified (NR)

5. Optional: run the framework test in Administration > MARC
   bibliographic framework test
   --> All should be OK
Comment 2 David Nind 2024-02-15 22:09:58 UTC
Created attachment 162227 [details] [review]
Bug 36108: Update MARC21 default framework to Update 37 (December 2023)

This patch updates the default MARC21 framework to reflect the changes
brought by Update 37 (December 2023).

To test:
1. Apply patch and reset_all
2. Go to Administration > MARC bibliographic framework
3. Click Actions next to the default framework and choose MARC structure
4. Check for the changes detailed in the update
https://www.loc.gov/marc/bibliographic/bdapndxg.html

- Two subfields of 022 should be marked as obsolete
  - l ISSN-L [OBSOLETE]
  - m Canceled ISSN-L [OBSOLETE]

- There should be a new field 023, named CLUSTER ISSN
  - This field should be repeatable
  - Subfields:
    - 0 Authority record control number or standard number (NR)
    - 1 Real World Object URI (R)
    - 2 Source (NR)
    - 6 Linkage (NR)
    - 8 Field link and sequence number (R)
    - a Cluster ISSN (NR)
    - y Incorrect Cluster ISSN (R)
    - z Canceled Cluster ISSN (R)

- There should be one new subfield in field 532
  - 3 Materials specified (NR)

5. Optional: run the framework test in Administration > MARC
   bibliographic framework test
   --> All should be OK

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2024-05-06 07:16:42 UTC
Grabbing this fix out of the QA queue.
Comment 4 Katrin Fischer 2024-05-06 09:18:56 UTC
Pushed for 24.05!

Well done everyone, thank you!