http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11703
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25220|0 |1 is obsolete| | Attachment #25221|0 |1 is obsolete| | Attachment #25261|0 |1 is obsolete| | Attachment #25262|0 |1 is obsolete| | Attachment #25263|0 |1 is obsolete| | Attachment #25264|0 |1 is obsolete| | Attachment #25271|0 |1 is obsolete| | Attachment #25272|0 |1 is obsolete| | Attachment #25289|0 |1 is obsolete| | Attachment #25290|0 |1 is obsolete| | Attachment #25292|0 |1 is obsolete| | Attachment #25391|0 |1 is obsolete| | --- Comment #25 from Kyle M Hall <[email protected]> --- Created attachment 25986 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25986&action=edit Bug 11703 - Convert checkouts table to ajax datatable When a patron has many checked out items, circulation.pl can take a very long time to load ( on the order of minutes in some cases ). This is primarily due to the processing of the previous checkouts list. If we convert to this table to a datatable that fetches its data via ajax, we can make circulation.pl far more responsive. The same should be done with relative's checkouts as well. Test Plan: 1) Apply this patch 2) Observe that the checkouts and relatives' checkouts tables are now loaded asynchronously 3) Observe and verify the renew and return actions are now ajax based and function in a manner equivilent to how they used to. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
