https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the release notes| |capitalisation for the | |labels displayed in the | |MARC tag editor for UNIMARC | |181$b, when the value | |builder | |unimarc_field_181b.pl is | |used. The labels are | |changed from capital case | |to sentence case, for | |consistency with other | |labels: | |- Specification of type | |(position 0) | |- Specification of motion | |(position 1) | |- Specification of | |dimensionality (position 2) | |- Sensory specification 1, | |2 and 3 (positions 3 to 5) --- Comment #3 from David Nind <[email protected]> --- Thanks for the patch Toni! I've updated the commit message to add a description (see the commit message guidelines https://wiki.koha-community.org/wiki/Commit_messages), I've also changed the title a little bit. I've also added a draft release note. David Nind Testing notes (using koha-testing-docker): 1. To set up a UNIMARC environment, edit the KTD .env file and set MARC_FLAVOR=unimarc 2. Edit the default framework (Koha administration > Catalog > MARC bibliographic frameworks > Dedfault framework) for 181$b to add unimarc_field_181b.pl as the plugin. 3. Edit a record and add values for 181$b using the tag editor. 4. Check how the labels are displayed in the tag editor before and after the patch: - Before: Capital case - After: Sentence case 5. To check the wording (in capital case), check the UNIMARC definitions at https://www.ifla.org/unimarc-updates/unimarc-bibliographic-format-manual-online-ed/ (pages 262-263 of the PDF). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
