[Koha-bugs] [Bug 8017] New: Remove unnecessary processing on return of GetAllIssues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 27 18:21:45 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8017

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8017
          Assignee: gmcharlt at gmail.com
           Summary: Remove unnecessary processing on return of
                    GetAllIssues
        QA Contact: koha.sekjal at gmail.com
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: colin.campbell at ptfs-europe.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Architecture, internals, and plumbing
           Product: Koha

This is potentially a large list used in staff and opac to show a user's
circulation history. The routine itself makes an unnecessary iteration over the
list to do an inefficient copy and the consumers of the list also loop over and
copy the list before the final loop perdormed in instantiating the template.

Move unnecessary processing out of the loops (e.g. format dates using the tt
custom plugin dont format dates we are not displaying). 

Don't increase the performabce hit of the routine

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list