]> git.evergreen-ils.org Git - 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:35:18 +0000 (12:35 -0400)
commit73210058130eb5784f7aa2aed5c6c4f173a4b235
tree8d0a25524487ac7069c860471c0331826e55258b
parent44bd6367fa8bc8e0283954ace17c7f1555035eb2
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