[Koha-bugs] [Bug 15810] Can't create private lists if OpacAllowPublicListCreation is set to #not allow'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 12 15:38:34 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15810

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 47981
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47981&action=edit
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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list