[Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 20 13:55:37 CEST 2016


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

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #3)
> My thinking was to preserve a bit of the feature now, without having it
> interfere with concerns of transport/circulation rules etc. Say you would
> geographically grouped search groups... but for organisation you group
> schools, publics etc. - not sure if that makes sense.
> 
> Sounds like option b maybe? But asking some consortia librarians might be
> good :)

I think you are correct, I think b is the way to go.

General work outline:
1) Create a new system preference "SearchGroupsGroup" or something to that
effect.
   This pref will accept the name of a group to use for Search Groups. The
description
   will be something like:
   "Use all direct children of the group $GroupName as search groups.
2) Make db update to detect if system is already using search groups, if so,
create a new group named "Search Groups" and add each collection of libraries
as a child group to the new "Search Groups" root group.
3) Add code to generate the search groups markup for forms using the new system
4) Remove the old code and table from Koha

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


More information about the Koha-bugs mailing list