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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/