https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383
--- Comment #56 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #53) > Created attachment 152668 [details] [review] > Bug 31383: Use one query in search_for_display instead of four > > Benchmarking does however not show real performance gain. > But it might be considered as a code improvement? I am expecting faster results without this patch. If we want to keep it we need to remove the following statement: use Array::Utils qw( array_minus ); (In reply to Marcel de Rooy from comment #54) > Created attachment 152669 [details] [review] > Bug 31383: Fix URLs on staff AC detail view IMO we should move this to its own bug report as it's a behaviour change. -- You are receiving this mail because: 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/
