]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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:22:17 +0000 (10:22 -0400)
commitcc51f5424ba01e562b4fa0afaa4e36954e91642c
tree59d7ef2d1e739a2db4cbc40375527ddfbc102fd7
parent486444681a4543d9f61e11c2564b0bb392762d7f
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