[koha-commits] main Koha release repository branch master updated. v16.11.00-756-gcd812cb

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 16:54:30 CEST 2017


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  cd812cb42136fb0dda895f0af69f8abd4fe07ac0 (commit)
      from  512f79b87cb23346a785278d51b3c7a9c3983622 (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 cd812cb42136fb0dda895f0af69f8abd4fe07ac0
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 27 10:57:18 2017 +0100

    Bug 18174: Add update to Koha::Object
    
    Since Koha::Objects has a update method, we should allow it too in
    Koha::Object. Note that it is just redirecting to DBIx immediately.
    
    Changed the exception when the method generates an error. The previous
    code suggested that the method was not found, but this is not the case.
    
    Test plan:
    Run t/db_dependent/Koha/Object.t
    
    Followed test plan, tests passes OK.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Object.pm               |    5 ++---
 t/db_dependent/Koha/Object.t |   29 +++++++++++++++++++++++++++--
 2 files changed, 29 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list