[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-29-gbcf6cdb6ea

Git repo owner gitmaster at git.koha-community.org
Thu Apr 9 23:07:24 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, 19.05.x has been updated
       via  bcf6cdb6eaa683adcd0cf2c51f229b5f0942ddac (commit)
      from  1993e98edf0c272d6d93e18292a5c8b79da4b458 (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 bcf6cdb6eaa683adcd0cf2c51f229b5f0942ddac
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Tue Mar 3 14:32:31 2020 +0100

    Bug 24788: Remove autoloaded column accessors in Koha::Object->store
    
    Columns are accessed as methods, relying on AUTOLOAD, in
    Koha::Object->store. This could be a source of strange bugs
    if a column name clashes with an existing method name.
    
    To test:
    
    1) Apply patches for Bug 14957
    2) Follow the testing instructions, when saving a new marc rule and
    error is thrown.
    3) Apply patch
    4) Try saving a new rule once again, this should now work
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 508a6ad027b34c2279fbb1ff994152144b38ceb8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Object.pm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list