23 Jul
2024
23 Jul
'24
7:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37392 --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- 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.