Bug 37124 - Update MARC21 authority frameworks to Update 32
Summary: Update MARC21 authority frameworks to Update 32
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Authority data support (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Caroline Cyr La Rose
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-18 21:52 UTC by Caroline Cyr La Rose
Modified: 2024-06-28 12:56 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 32 (June 2021). NOTES: - For existing installations, manually updating the default and other frameworks with the changes is required.
Version(s) released in:
24.11.00
Circulation function:


Attachments
Bug 37124: Update MARC21 authority frameworks to Update 32 (4.85 KB, patch)
2024-06-18 22:08 UTC, Caroline Cyr La Rose
Details | Diff | Splinter Review
Bug 37124: Update MARC21 authority frameworks to Update 32 (4.91 KB, patch)
2024-06-19 19:01 UTC, Phil Ringnalda
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-06-18 21:52:29 UTC
https://www.loc.gov/marc/up32authority/adapndxf.html

■ New content designators:
Subfields
$x Nonpublic note (R) in 046 (Special Coded Dates)
$z Public note (R) in 046 (Special Coded Dates)
$0 Authority record control number or standard number (NR) in 022 (International Standard Serial Number)
$1 Real World Object URI (R) in 022 (International Standard Serial Number)
$3 Materials specified (NR) in 046 (Special Coded Dates)

■ Changes in content designator names and definitions:
Subfields
$2 Edition number renamed Edition information and redescribed in 082 (Dewey Decimal Classification Number)
$2 Edition number renamed Edition information and redescribed in 083 (Additional Dewey Decimal Classification Number)
Comment 1 Caroline Cyr La Rose 2024-06-18 22:08:36 UTC
Created attachment 167876 [details] [review]
Bug 37124: Update MARC21 authority frameworks to Update 32

The patch updates the MARC21 authority frameworks to Update 32

To test:
1. Apply patch and reset_all
2. Go to Administration > Authority types
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/up32authority/adapndxf.html

- There should be two new subfields in 022
  - 0 - Authority record control number or standard number (NR)
  - 1 - Real World Object URI (R)

- There should be three new subfields in 046
  - 3 - Materials specified (NR)
  - x - Nonpublic note (R)
  - z - Public note (R)

- Subfield 082$2 should now be named Edition information

- Subfield 083$2 should now be named Edition information

5. Optional: Check other authority frameworks, they should all be changed
Comment 2 Phil Ringnalda 2024-06-19 19:01:51 UTC
Created attachment 167893 [details] [review]
Bug 37124: Update MARC21 authority frameworks to Update 32

The patch updates the MARC21 authority frameworks to Update 32

To test:
1. Apply patch and reset_all
2. Go to Administration > Authority types
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/up32authority/adapndxf.html

- There should be two new subfields in 022
  - 0 - Authority record control number or standard number (NR)
  - 1 - Real World Object URI (R)

- There should be three new subfields in 046
  - 3 - Materials specified (NR)
  - x - Nonpublic note (R)
  - z - Public note (R)

- Subfield 082$2 should now be named Edition information

- Subfield 083$2 should now be named Edition information

5. Optional: Check other authority frameworks, they should all be changed

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Comment 3 Katrin Fischer 2024-06-28 12:08:46 UTC
Picking this from the QA queue for pushing directly to main.
Comment 4 Katrin Fischer 2024-06-28 12:56:45 UTC
Pushed for 24.11!

Well done everyone, thank you!