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

--- Comment #5 from Kyle M Hall <[email protected]> ---
libraries_where_can_see_things has the line

my $library_groups = $self->library->library_groups({ $group_feature => 1 });

but library_groups() does not take a parameter, it always returns all related
library groups, not filtered by feature. All attempts to fix this issue result
in different unit test failures.

It seems like replacing all uses of libraries_where_can_see_things with the
more specific counterpart is the best solution. Then we can remove that bad
code altogether and have more DRY code.

-- 
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/

Reply via email to