[Koha-bugs] [Bug 22173] Search Groups broken by change in expected structure

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 20:18:18 CET 2021


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|Failed QA                   |RESOLVED

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
Closing this bug out. At this point we've had the new behavior longer than we
had the old behavior and I expect it's simpler for everyone to change their
groups hierarchy rather than push this patch.

For posterity, the fix is to make new root groups for each of your first tier
sub-groups, and enable the search group feature for each of them.

That means changing something like this:

RootGroup:
   SearchGroup1:
        LibraryA
        LibraryB
   SearchGroup2:
        LibraryC
        LibraryD
   SearchGroup3:
        LibraryE
        LibraryF

to this:

RootSearchGroup1:
    LibraryA
    LibraryB

RootSearchGroup2:
    LibraryC
    LibraryD

RootSearchGroup3:
    LibraryE
    LibraryF

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


More information about the Koha-bugs mailing list