Bug 30102 - Create a template plugin for library groups
Summary: Create a template plugin for library groups
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-14 22:03 UTC by Fridolin Somers
Modified: 2022-02-14 22:03 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2022-02-14 22:03:32 UTC
In Koha::Template::Plugin::Branches we could add code for library groups.
With cache.

To at least remove from C4/Auth.pm :
my @search_groups = Koha::Library::Groups->get_search_groups({ interface => 'opac' })->as_list;
...
LibrarySearchGroups                   => \@search_groups,