Summary: | Capitalization: Printing and/or Publishing Information Transcribed as Found in the Colophon:␠ | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | briann |
Status: | RESOLVED FIXED | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | briann, david, emily.lamancusa, fridolin.somers |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | String patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This fixes the capitalisation for the labels displayed in the OPAC and staff interface for UNIMARC subfields 214$r and $s - these are changed from capital case to sentence case, to be consistent with other labels:
- 214$r: Printing and/or publishing information transcribed
as found in the main source of information
- 214$s: Printing and/or publishing information transcribed
as found in the colophon
|
|
Version(s) released in: |
25.11.00,25.05.02
|
Circulation function: | |
Attachments: |
Bug 32287:Capitalization: Printing and/or Publishing Information Transcribed as Found in
Bug 32287: Capitalization - UNIMARC labels for 214$r and $s Bug 32287: Capitalization - UNIMARC labels for 214$r and $s |
Description
Katrin Fischer
2022-11-19 14:09:44 UTC
Created attachment 184255 [details] [review] Bug 32287:Capitalization: Printing and/or Publishing Information Transcribed as Found in Test Plan Have a look at the patch and confirm the change looks correct Created attachment 184269 [details] [review] Bug 32287: Capitalization - UNIMARC labels for 214$r and $s This patch changes the capitalisation for the labels displayed in the OPAC and staff interface for UNIMARC 214$r and $s from capital case to sentence case, to be consistent with other labels: - 214$r: Printing and/or publishing information transcribed as found in the main source of information - 214$s: Printing and/or publishing information transcribed as found in the colophon Test plan: 1. Have a look at the patch and confirm the changes look correct. Signed-off-by: David Nind <david@davidnind.com> Thanks Brian! I've updated the commit message to fix the title and add a description (see the commit message guidelines https://wiki.koha-community.org/wiki/Commit_messages). I've also added a draft release note. David Nind Testing notes (using koha-testing-docker): 1. To setup a UNIMARC environment, edit the KTD .env file and set MARC_FLAVOR=unimarc 2. Edit a record and add values for the 214$r and 214$s subfields. 3. Check how the labels are displayed in the record details page before and after the patch: - Before: Capital case - After: Sentence case 4. To check wording (in capital case), check the UNIMARC definitions at https://www.ifla.org/unimarc-updates/unimarc-bibliographic-format-manual-online-ed/ (page 306 of the PDF) Created attachment 184393 [details] [review] Bug 32287: Capitalization - UNIMARC labels for 214$r and $s This patch changes the capitalisation for the labels displayed in the OPAC and staff interface for UNIMARC 214$r and $s from capital case to sentence case, to be consistent with other labels: - 214$r: Printing and/or publishing information transcribed as found in the main source of information - 214$s: Printing and/or publishing information transcribed as found in the colophon Test plan: 1. Have a look at the patch and confirm the changes look correct. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Looks great! Thanks, Brian! Passing QA Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x I prefer not backport to 24.11 to avoid translation work No update to the manual required. |