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

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 10:53:09 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  8f637cc2ec1d31a2bdc9cd494e94bbd2a2dc381e (commit)
      from  6dffa0cdc9a7d0946c29b30137b7397bbac5fa2d (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 8f637cc2ec1d31a2bdc9cd494e94bbd2a2dc381e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 12 14:33:57 2016 +0000

    Bug 15810: Make sure the CGI->param is not called in a list context when creating private shelves
    
    This patch fixes the following bug:
    If OpacAllowPublicListCreation is set to "not allow", the creation of a
    private list raises an error at the OPAC.
    
    CGI->param is called in a list context and some parameters are not
    filled from the template if the pref is set to "not allow".
    To make sure we don't have a "Odd number of elements in anonymous hash",
    we force the context to scalar.
    
    Test plan:
    1/ Set OpacAllowPublicListCreation to "not allow"
    2/ Create private and public lists at the OPAC and the intranet
    => Everything should work fine with this patch applied
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit d6329e4f96e46a5e2fbe0ced4d385c42d47e2a84)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 opac/opac-shelves.pl      |   14 +++++++-------
 virtualshelves/shelves.pl |   14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list