[koha-commits] main Koha release repository branch master updated. v3.22.00-530-ga66674a

Git repo owner gitmaster at git.koha-community.org
Tue Feb 23 16:28:59 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, master has been updated
       via  a66674a96484124b69d627f6e2e081debafa4a6c (commit)
       via  fb419ba83d8c7b6bf710b42ad3fe61701809fc0e (commit)
      from  4c6214f5c943d8c2f12e7cf84c3965ddc4778956 (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 a66674a96484124b69d627f6e2e081debafa4a6c
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Tue Feb 23 15:33:41 2016 +0000

    DBRev for Bug 13534 - Deleting staff patron will delete tags approved by this patron
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit fb419ba83d8c7b6bf710b42ad3fe61701809fc0e
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

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

Summary of changes:
 Koha.pm                                         |    2 +-
 installer/data/mysql/atomicupdate/bug_13534.sql |    6 ++++++
 installer/data/mysql/kohastructure.sql          |    6 +++---
 installer/data/mysql/updatedatabase.pl          |   21 +++++++++++++++++++++
 4 files changed, 31 insertions(+), 4 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_13534.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list