[koha-commits] main Koha release repository branch master updated. v17.11.00-581-g8c48945

Git repo owner gitmaster at git.koha-community.org
Tue Feb 13 20:33:46 CET 2018


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, master has been updated
       via  8c489457caf79f3c71eb78e1c75939fcde0fef32 (commit)
      from  ea7fa8d011afc6d2337aebb440c1bf1f4732b143 (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 8c489457caf79f3c71eb78e1c75939fcde0fef32
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Feb 13 15:52:45 2018 -0300

    Bug 20144: (follow-up) Adjust /patrons endpoint
    
    Fields 'address' and 'city' have been maybe nullable by this bug. This
    patch makes them nullable on the API as well.
    
    To test:
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/patrons.t
    => FAIL: Tests fail (randomly) when address or city are set to null by
             TestBuilder.
    - Apply this patch
    - Run:
     k$ prove t/db_dependent/api/v1/patrons.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 api/v1/swagger/definitions/patron.json |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list