[koha-commits] main Koha release repository branch master updated. v16.05.00-1395-g6817351

Git repo owner gitmaster at git.koha-community.org
Fri Nov 18 14:41:16 CET 2016


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  68173511bf7004eac8c7ecd34bfcdc79dd215ecc (commit)
      from  6aecba93a5bd762c82fc67ba0bbe824e55908ad5 (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 68173511bf7004eac8c7ecd34bfcdc79dd215ecc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 17 15:12:01 2016 +0000

    Bug 17651: borrowers.updated_on can be null - swagger def
    
    The swagger file does not consider borrowers.updated_on as a nullable
    value, it should
    
    Test plan:
    0/ Do not apply this patch
    1/ update borrowers set updated_on=null;
    2/ prove t/db_dependent/api/v1/patrons.t
    => Fail
    3/ Apply this patch
    4/ prove t/db_dependent/api/v1/patrons.t
    => green
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list