[koha-commits] main Koha release repository branch master updated. v19.11.00-340-gc742686

Git repo owner gitmaster at git.koha-community.org
Tue Jan 14 10:49:12 CET 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, master has been updated
       via  c742686651b155c409486ae3aa4d54ebc288c0a9 (commit)
      from  cfba7e7364dc1f1fd84dfff3021b51c06d159c92 (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 c742686651b155c409486ae3aa4d54ebc288c0a9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jan 13 15:44:33 2020 -0300

    Bug 18731: Overload K::A::Fund->to_api to avoid conflict
    
    This patch overloads the to_api methods on the Fund class, so
    conflicting (on mapping) attribute names are not a problem.
    
    To test:
    1. Apply this patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/Koha/Acquisition/Fund.t \
               t/db_dependent/Koha/REST/Plugin/Objects.t
    => SUCCESS: Tests pass!
    3. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Acquisition/Fund.pm                           |   23 ++++++++++++++++++++
 .../Koha/{Tags/Indexes.t => Acquisition/Fund.t}    |   21 +++++++++---------
 2 files changed, 33 insertions(+), 11 deletions(-)
 copy t/db_dependent/Koha/{Tags/Indexes.t => Acquisition/Fund.t} (64%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list