[Koha-bugs] [Bug 11756] Hold ratios report sorting incorrectly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 14 15:02:06 CET 2014


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 25265
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25265&action=edit
Bug 11756 - Hold ratios report sorting incorrectly

The DataTables plugin doesn't by default take multiple columns into
account when sorting. The hold ratios report presents a situation where
it makes sense to sort by default based on two columns: hold count and
title, since there are likely to be many titles with the same hold
count.

This patch adds sorting by default on holds (descending) and title
(ascending). It also modifies the configuration of the title sort to
exclude articles when sorting.

To test, view the hold ratios report. If necessary use the filter form
to reduce the minimum hold ratio and generate more results. Confirm that
the correct columns can be sorted.

Note that by default one can manually trigger sorting on two columns by
shift-clicking the second column header.

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


More information about the Koha-bugs mailing list