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

--- Comment #2 from Kyle M Hall <[email protected]> ---
Created attachment 33523
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33523&action=edit
Bug 13237 - Regression: List of previous checkouts should be ordered by due
date ascending

Before Bug 11703 the list of previous checkouts on a patrons account
were ordered with the oldest checkouts first. Now previous checkouts are
shown with the newest checkouts first, breaking a sorting default which
has been in place for years.

Note, the sorting of the checkouts was previously controlled by
previousIssuesDefaultSortOrder & todaysIssuesDefaultSortOrder.

These settings were taken into account in svc/checkouts but at some
point the datatables took over the initial sorting, which broke the
feature afaict.

Test Plan:
1) Find a patron with a set of previous and today's checkouts
2) Note the system preferences previousIssuesDefaultSortOrder
   and todaysIssuesDefaultSortOrder are ignored for the initial sorting
   view. Also not the sorting by due date does not work correctly.
3) Apply this patch
4) Test both system preferences with each setting, note the correct
   sort order.
5) Sort the checkouts by due date, note the correct sort order.

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

Reply via email to