Bug 28886

Summary: Remove uses of ->as_list from the codebase
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 28883    
Bug Blocks:    

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