Org unit custom tree sort repairs
authorBill Erickson <berick@esilibrary.com>
Tue, 3 Apr 2012 19:14:35 +0000 (15:14 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 9 Apr 2012 14:23:56 +0000 (10:23 -0400)
commitaaa18533b331f918e8f23c6ccaf085af1a83590c
tree236b62dbc9bd77b0244b0ca055f9ed5c2c524653
parent15c732e11d6a0f881532ce6c4e52f8a45a9e9f81
Org unit custom tree sort repairs

Repairs a problem with detecting and storing the sort order of sibling
nodes within custom trees.  The original problem was the result of
comparing parent nodes for non-siblings because of a depth-first tree
traversal.  Now we process siblings in level-order before processing
child nodes.

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