[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-15-g9ad830d

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 11:12:50 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, 3.22.x has been updated
       via  9ad830d04b88e16c44824f3fd1052dd566df3345 (commit)
       via  71b0885babf336843d931afd09233428f6f8f86d (commit)
      from  d7587e0567ac97639e84be668a08d5e6985e3e87 (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 9ad830d04b88e16c44824f3fd1052dd566df3345
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Tue Feb 23 15:33:41 2016 +0000

    Bug 13534: Update DB rev (3.22.03.002)
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 71b0885babf336843d931afd09233428f6f8f86d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 13 14:34:29 2016 +0000

    Bug 13534: Do not remove tags on deleting a patron
    
    On deleting a patron, all the tags approved by this user will be
    deleted.
    This can cause data lost.
    
    Test plan:
    0/ Do not execute the update DB entry
    1/ Create 2 patrons A, B
    2/ Create some tags with patron A logged in
    3/ Approve them with patron B logged in
    4/ Delete the 2 patrons
    => The tags have been deleted
    5/ Execute the DB entry
    6/ Repeat 1,2,3,4
    => The tags have not been deleted and are still shown on the interface
    (result, detail, tags module)
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit fb419ba83d8c7b6bf710b42ad3fe61701809fc0e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 installer/data/mysql/kohastructure.sql |    6 +++---
 installer/data/mysql/updatedatabase.pl |   12 ++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list