https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18170

Martin Renvoize <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off
                 CC|                            |martin.renvoize@ptfs-europe
                   |                            |.com

--- Comment #11 from Martin Renvoize <[email protected]> ---
Hmm, as much as I can see the argument for refactoring this to return an items
resultset (or a checkouts resultset really) for code clarity I get the distinct
feeling it could have a detrimental effect on performance too (i.e right now we
fetch the details once, then pass what we need back and fourth in the template
and controller.. such a refactor would mean passing back just a list of ID's
and then refecthing the data from the database with each action.. unless I'm
missing an way to not require that).

In short.. I think this one should move as is.

-- 
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/

Reply via email to