[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-45-g0595b52147

Git repo owner gitmaster at git.koha-community.org
Mon Jul 27 19:13:55 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, 20.05.x has been updated
       via  0595b52147273e21bbd41aefb111df3e2777d546 (commit)
       via  91cef9d977d81b24fdfc56dff35c7b3340a96db0 (commit)
       via  cc7b196a827b78ad90d4359271e3b9fb3fd28395 (commit)
       via  d0d6b45178e9161e54a537322388bfe29a848833 (commit)
      from  3d627c382319ecd2be731407964c4d98277ea2d0 (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 0595b52147273e21bbd41aefb111df3e2777d546
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 3 15:16:57 2019 -0500

    Bug 24165: Add ability to send any item field in a library chosen SIP field
    
    Some SIP devices need access to item fields that are not sent as item information in the checkin, checkout and item information responses.
    It makes sense to allow these fields to be sent in an arbitrary and configurable way, rather than hard code in each special case.
    
    Test Plan:
    1) Apply this patch
    2) Edit your SIP2 config file, add the following within the login stanza:
       <item_field field="XX" code="<item field 1>" />
       <item_field field="XZ" code="<item fied 2>" />
       where <item field 1> and <item field 2> are item table columns of your choosing
    3) Using the sip cli emulator, run checkout, checkin and item information
       messages using that item.
    4) Note the values you set for the item columns are sent in the
       corrosponding fields!
    
    Signed-off-by: Jill Kleven <jill.kleven at pueblolibrary.org>
    Fixed merge conflict with number of tests (was 5, changed to 7 which is correct)
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ee838b171644e362cceae13ceb732d46a9a8e53b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 91cef9d977d81b24fdfc56dff35c7b3340a96db0
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Jul 1 11:30:18 2020 +0000

    Bug 23820: (QA follow-up) Make label clickable for checkbox
    
    By adding an id the checkbox is selected when the label is clicked
    enhancing usability.
    
    Also adds a colon : to the label.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f776354e33a1f2fc24cc0b1fb17132bc3d1c3813)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit cc7b196a827b78ad90d4359271e3b9fb3fd28395
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Fri May 29 13:16:29 2020 -0300

    Bug 23820: Add test for new behaviour
    
    To test:
    1. prove t/db_dependent/api/v1/clubs_holds.t
    2. Sign off
    
    Sponsored-by: Southeast Kansas Library - SEKLS
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 20395eefda56541e6cac8cd51dd6134b7a61486a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit d0d6b45178e9161e54a537322388bfe29a848833
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Mon Mar 30 18:56:18 2020 +0000

    Bug 23820: Add checkout to default to patron's home branch on club hold
    
    This patch adds a checkbox to make holds created by club hold to default to patron's home branch if possible.
    
    To test:
    1. Apply this patch
    2. Create a club, and add two patrons (from now on called patron A and patron B) to it, each one form a different library..
    3. Create a hold for the club, and in the details set pickup location different from any of the patrons.
    4. Check "Pickup at patron's home library when possible" checkbox
    SUCCESS => when submitted, pickup location of holds defaults to patron's home branch
    5. Modify patron A's library and set pickup location to no.
    6. Repeat steps 3 and 4.
    SUCCESS => when submitted, patron A's hold now points to pickup location setted on step 3, and patron B's hold still points to his home branch.
    7. Sign off
    
    Sponsored-by: Southeast Kansas Library - SEKLS
    
    Signed-off-by: Jason Robb <jrobb at sekls.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8ed09ff7de47e7752d2fcb0a5aff183e07f4e5f3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS/Item.pm                                 | 32 +++++++++++
 C4/SIP/Sip/MsgType.pm                              |  5 ++
 Koha/Club/Hold.pm                                  | 27 +++++++--
 Koha/REST/V1/Clubs/Holds.pm                        |  4 +-
 api/v1/swagger/paths/clubs.json                    |  4 ++
 etc/SIPconfig.xml                                  |  1 +
 .../prog/en/modules/reserve/request.tt             |  7 +++
 t/db_dependent/SIP/Message.t                       | 31 +++++++++-
 t/db_dependent/api/v1/clubs_holds.t                | 67 +++++++++++++++++++---
 9 files changed, 162 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list