Org unit custom tree sort repairs collab/berick/org-custom-tree-sort-repairs
authorBill Erickson <berick@esilibrary.com>
Tue, 3 Apr 2012 19:14:35 +0000 (15:14 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 3 Apr 2012 19:14:35 +0000 (15:14 -0400)
commit00fdc0cb6a4dd454d84ddfe64aa59e112f2310e5
treea37c1cfdcebde60d468731126b9517ee41e117c9
parent4643f3613ad57ad4cdcf99a9bf17faf4c63870af
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>
Open-ILS/web/js/ui/default/conify/global/actor/org_unit_custom_tree.js