| Summary: | Update label on record detail pages for 041$d - "Spoken language" to "Sung or spoken language" | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lari Taskula <lari.taskula> |
| Component: | MARC Bibliographic data support | Assignee: | Lari Taskula <lari.taskula> |
| Status: | Pushed to stable --- | QA Contact: | David Nind <david> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | david, loreganlloyd, lucas |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This enhancement updates the label on detail pages in the staff interface
and OPAC for records with a 041$d (MARC21) - Language code of sung or spoken text.
It is now labelled as "Sung or spoken language", instead of "Spoken language" --better matching the MARC21 definition.
For music libraries, this also more accurately reflects the information for the record.
|
Version(s) released in: |
26.05.00,25.11.02
|
| Circulation function: | |||
| Attachments: |
Bug 41000: Relabel 041$d "spoken language" to "sung or spoken language"
Bug 41000: Relabel 041$d "spoken language" to "sung or spoken language" Bug 41000: Relabel 041$d "Spoken language" to "Sung or spoken language" |
||
|
Description
Lari Taskula
2025-10-11 10:13:57 UTC
Created attachment 187779 [details] [review] Bug 41000: Relabel 041$d "spoken language" to "sung or spoken language" To test: 1. Apply patch 2. Catalog a record with 041$d 3. Navigate to the record details both in staff client and OPAC 4. Observe "Sung or spoken language: <041$d>" Created attachment 191436 [details] [review] Bug 41000: Relabel 041$d "spoken language" to "sung or spoken language" To test: 1. Apply patch 2. Catalog a record with 041$d 3. Navigate to the record details both in staff client and OPAC 4. Observe "Sung or spoken language: <041$d>" Signed-off-by: Lawrence O'Regan-Lloyd <loreganlloyd@clamsnet.org> Created attachment 191581 [details] [review] Bug 41000: Relabel 041$d "Spoken language" to "Sung or spoken language" Updates the XSLT templates for detail pages in the staff interface and OPAC to label 041$d in MARC21 as "Sung or spoken language", matching the MARC21 definition. For music libraries, this also better reflects the information about the record. To test: 1. Apply patch 2. Catalog a record with 041$d 3. Navigate to the record details both in the staff interface and OPAC 4. Observe "Sung or spoken language: <041$d>" Signed-off-by: Lawrence O'Regan-Lloyd <loreganlloyd@clamsnet.org> Signed-off-by: David Nind <david@davidnind.com> QA script happy, string change. I added a description to the commit message (as required by the commit message guidelines https://wiki.koha-community.org/wiki/Commit_messages) and added a release note. Nice work everyone! Pushed to main for 26.05 Thanks all, pushed to 25.11.x |