https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32284

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This fixes the
      release notes|                            |capitalization for the
                   |                            |labels displayed in the
                   |                            |MARC tag editor for UNIMARC
                   |                            |subfields 181$a, 181$c,
                   |                            |$182$a, 182$c, and 183$c,
                   |                            |when the value builders are
                   |                            |used. The labels are
                   |                            |changed from capital case
                   |                            |to sentence case, for
                   |                            |consistency with other
                   |                            |labels:
                   |                            |- Content Form -> Content
                   |                            |form (181$a)
                   |                            |- Content Type -> Content
                   |                            |type (181$c)
                   |                            |- Media Type Code -> Media
                   |                            |type code (182$a)
                   |                            |- Media Type -> Media type
                   |                            |(182$c)
                   |                            |- In the dropdown list
                   |                            |(183$a):
                   |                            |  . Audio Carriers -> Audio
                   |                            |carriers
                   |                            |  . Computer Carriers ->
                   |                            |Computer carriers
                   |                            |  . Microform Carriers ->
                   |                            |Microform carriers
                   |                            |  . Microscopic Carriers ->
                   |                            |Microscopic carriers
                   |                            |  . Stereographic Carriers
                   |                            |-> Stereographic carriers
                 CC|                            |[email protected]

--- Comment #6 from David Nind <[email protected]> ---
Thanks for the patch Cath!

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 > Default framework) to add the appropriate value
builders to the subfields (and remove authorized value lists if they are
populated):
  - 181$a: add the unimarc_field_181a.pl plugin
  - 181$c*: remove authorized value list and add the unimarc_field_181c.pl
plugin (unimarc_181c - authorized value list, already configured)
  - 182$a*: remove authorized value list and add the unimarc_field_182a.pl
plugin (unimarc_182a - authorized value list, already configured)
  - 182$c*: remove authorized value list and add the unimarc_field_182c.pl
plugin (unimarc_182c - authorized value list, already configured)
  - 183$a: add the unimarc_field_183a.pl plugin
  Note: the subfields with an * also have authorized value lists, which are now
configured by default for the default fraemwork
3. Edit a record and add values for the subfields 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-272 of the PDF).
6. Changes:
   - Content Form -> Content form (181$a)
   - Content Type -> Content type (181$c)
   - Media Type Code -> Media type code (182$a)
   - Media Type -> Media type (182$c)
   - In a dropdown list (183$a):
     . Audio Carriers -> Audio carriers
     . Computer Carriers -> Computer carriers
     . Microform Carriers -> Microform carriers
     . Microscopic Carriers -> Microscopic carriers
     . Stereographic Carriers -> Stereographic carriers

-- 
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/

Reply via email to