https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29859 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #129346|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 129350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=129350&action=edit Bug 29859: Use iterator instead of as_list On bug 29844 we decided to remove wantarray from Koha::Objects->search. Reviewing the difference occurrences I found some unnecessary uses of ->as_list, where iterators should be used instead. This patch only removes the obvious places, not the tricky ones. -- You are receiving this mail because: You are watching all bug changes.