[Bug 11685] New: GetSupportName and GetSupportList do not split AdvancedSearchTypes by pipe
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11685 Bug ID: 11685 Summary: GetSupportName and GetSupportList do not split AdvancedSearchTypes by pipe Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@bugs.koha-community.org System preference AdvancedSearchTypes can be a pipe-separated list of values. GetSupportName() and GetSupportList() compare the syspref value directly using eq instead of using a regex, or splitting the value by pipe and then comparing the array values. For example, this can mean the "Item type" drop down is empty in OPAC when entering a new purchase suggestion. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11685 --- Comment #1 from paxed <pasi.kallinen@pttk.fi> --- In addition to GetSupportName(), GetSupportList() in C4/Koha.pm, also opac/opac-topissues.pl handles the syspref wrongly. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11685 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11685 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=12136 Severity|enhancement |minor --- Comment #2 from Marc Véron <veron@veron.ch> --- - I think it is a bug, not an enhancement. - For opac/opac-topissues.pl I filed a separate bug (12136) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org