]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix sorting when printing from FlattenerGrid-based interfaces
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 13 Aug 2012 15:47:48 +0000 (11:47 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 24 Aug 2012 18:15:34 +0000 (14:15 -0400)
commit4a09e0139f4bf9f1aceb43bc94a67066d1f12147
tree1c74f7866812a2682789916d894cdb12ac21bf4d
parentbe6e338d1eeeefbca8f063e0b9b2f2bb6b4ca4b4
Fix sorting when printing from FlattenerGrid-based interfaces

This particularly affects the Simplified Hold Pull List.  The printed
verison of your data is supposed to reflect the same sort order that has
been selected in the visual interface, and now it does.

Buggy handling of the different avenues of sorting the grid (clicking column
headers, using the column-picker/multicolumn-sort dialog, default sort order)
had broken the flow of the data needed to build the right sort clause for
some situations.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/dojo/openils/FlattenerStore.js