]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Paging repairs for Event definition admin UI
authorBill Erickson <berick@esilibrary.com>
Wed, 1 Feb 2012 18:53:55 +0000 (13:53 -0500)
committerMike Rylander <mrylander@gmail.com>
Tue, 20 Mar 2012 16:34:03 +0000 (12:34 -0400)
commit1127be90412dc57c7e318286a4f1e9312417478f
tree113d4e993ea39578219f9e8e9b414f0898ba6731
parent7d66c78634d3b4bff7b34fcbb06031254729043c
Paging repairs for Event definition admin UI

If there are multiple event definitions with the same name that lie along
the page boundaries, it's possible to page through event definitions
seeing some def's multiple times and others never.  This is a result of
sorting solely on event def. name when fetching event def's for display.
This patch adds secondary (and tertiary, and quaternary, and quinary)
sort columns as tie breakers to guarantee a unique set of defs across
pages.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js