https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37244
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168448|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <[email protected]> --- Created attachment 168481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168481&action=edit Bug 37244: Facets should not impact library pulldown. When parsing the branch limits the regular expression matches parameters that contains the substring "branch:" rather than the prefix "^branch:". Consequently, both prefixes homebranch: and holdingbranch: triggers the branch limit. Test plan: - Activate the system preference IntranetAddMastheadLibraryPulldown. - In staff interface: - Perform a catalogue search (e.g. "book"). - Click on a facet for holding library or home library (e.g. "Fairview"). - Click on the "more options" icon in the search box and make sure that "All libraries" is selected. - Activate the system preference OpacAddMastheadLibraryPulldown - In opac: - Perform a catalogue search (e.g. "book"). - Click on a facet for holding library or home library (e.g. "Fairview"). - Make sure "All libraries" is still selected in the dropdown next to the search input. Signed-off-by: Chris Cormack <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
