Bug 28886 - Remove uses of ->as_list from the codebase
Summary: Remove uses of ->as_list from the codebase
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 28883
Blocks:
  Show dependency treegraph
 
Reported: 2021-08-19 14:49 UTC by Tomás Cohen Arazi
Modified: 2022-12-12 21:24 UTC (History)
1 user (show)

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 Tomás Cohen Arazi 2021-08-19 14:49:34 UTC
It seems that instead of fixing it (bug 28883) we've been using Koha::Objects->as_list to workaround the wrong behavior.

We should fix this, globally.
Comment 1 Tomás Cohen Arazi 2022-01-11 15:58:45 UTC
We decided to actually use ->as_list all over the place :-D