[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-120-g9d4aec3a2b

Git repo owner gitmaster at git.koha-community.org
Sat May 9 00:22:54 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  9d4aec3a2ba772d37f12e793216feb428bc14c62 (commit)
       via  9cd83a9c4ea6d5499e516270e2b5e70477bb13f8 (commit)
      from  a8e67c953009894828a7d2bffd416a2b9e98af95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9d4aec3a2ba772d37f12e793216feb428bc14c62
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Tue Apr 21 21:34:33 2020 -0700

    Bug 25235: Rename the button instead of alerting when replacing an existing record
    
    Test plan:
    
    Pre-patch
    1 - Go to the main Authorities page, search for any authority, click
        the Actions menubutton and choose Edit
    2 - Note the button saying Z39.50 search
    3 - Note the modal alert forcing you to click it
    4 - Cancel and cancel again, and in the New authority menubutton choose
        Default
    5 - Click the button saying Z39.50 search again, note that it warns you
        about replacing your totally blank record
    
    Apply this patch
    6 - Edit an existing authority, note the button says "Replace record via
        Z39.50/SRU search"
    2 - Click the button, verify it still opens the search window with the
        main entry of the record filled in without an alert
    3 - Create a new authority, note the button says "Z39.50/SRU search"
    4 - Click the button, verify it still opens the search window but
        without an alert
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 9cd83a9c4ea6d5499e516270e2b5e70477bb13f8
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Apr 14 10:45:01 2020 +0000

    Bug 17232: Make sure all fields are copies when creating a new framework from another
    
    Some digging revealed that when you create a new framework
    and use an old framework as the base, some information would
    not be copied to the new framework as they were missing from
    the SQL command used here.
    
    - Tag: Important
    - Subfield:
      - Important
      - Default value
      - Max length
      - Is a URL
      - Link
    
    To test:
    - Pick one of the existing frameworks and change the
      fields listed above. Take note of what you changed.
    - Create a new framework
    - Go to "Marc structure" of the new framework
    - You are offered the option to copy an existing framework
    - Use your prepared framework
    - Verify the fields weren't copied - your config was lost
    - Apply patch
    - Create another new framework
    - Repeat the duplication and tests
    - Verify that now all fields have been copied correctly
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 admin/marctagstructure.pl                              | 12 ++++++------
 .../prog/en/modules/authorities/authorities.tt         | 18 ++++++++++--------
 2 files changed, 16 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list