[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-37-g48a5514

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:54:31 CET 2015


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, 3.20.x has been updated
       via  48a5514a9342404d7f7f9d1fcae1c9eaa8f5a3fa (commit)
      from  dc39e4b410c173d497ce41651dbf39d6a72dd461 (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 48a5514a9342404d7f7f9d1fcae1c9eaa8f5a3fa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 13 16:30:32 2015 +0000

    Bug 14795: Prevent modifying a record without using the original framework
    
    The origin framework is not passed on modifying the records and so the
    default one is used.
    This can caused data lost.
    
    Test plan:
    - Create a bibliographic record and specify a framework (not the default
    one).
    - Use the Batch records modification tools to modify it.
    => Without this patch, the default framework (framework code "") is used
    and can deteriorate the record
    => With this patch, the record is saved using the original framework
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Tested framework is lost using tool without patch
    Problem gone with patch
    No qa errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit c1aeaf62b9c08d35449aa9822504de8ce79fec62)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 tools/batch_record_modification.pl |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list