[koha-commits] main Koha release repository branch master updated. v3.22.00-1534-g640b958

Git repo owner gitmaster at git.koha-community.org
Thu May 5 12:10:56 CEST 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  640b9585f82ff898bebcebd01efab81bca311588 (commit)
       via  56f65a9d0af39059d516a058350674bee997cb6d (commit)
      from  6dbceac466772fa65fe3676163b89dec37151b23 (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 640b9585f82ff898bebcebd01efab81bca311588
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 3 10:36:15 2016 +0000

    Bug 16429 - Fix root problem
    
    The root of this issue is old code in circulation.pl that is no longer
    needed and leaves the affected scripts open to future regressions.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Heather Braum <hbraum at nekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 56f65a9d0af39059d516a058350674bee997cb6d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 3 10:30:20 2016 +0000

    Bug 16429 - Going to circulation from notice triggers may change logged in branch
    
    If you edit notice triggers and then use the "Checko out" tab from the
    top bar, you may change your logged in library by accident!
    
    Test Plan:
    1) Disable the system preference CircAutocompl
    2) Go to the notice triggers
    3) Select the triggers for a library other than the one you logged in as
    4) Use the "Check out" tab at the top to check out to a patron
    5) Note your logged in branch has changed ( you'll need to refresh the
        page if the check out search took you directly to one patron ).
    6) Apply this patch
    7) Repeat steps 2-4
    8) Note the branch no longer changes
    
    Tested with both patches applied. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Heather Braum <hbraum at nekls.org>
    
    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:
 circ/circulation.pl                                |   28 +++-----------------
 .../prog/en/includes/patron-search-box.inc         |    5 ----
 .../prog/en/modules/circ/circulation.tt            |    2 --
 members/routing-lists.pl                           |   17 ++----------
 4 files changed, 6 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list