|
|
@ -161,6 +161,7 @@ BI.MultiLayerSelectTreeTrigger = BI.inherit(BI.Trigger, { |
|
|
|
result.push(node); |
|
|
|
result.push(node); |
|
|
|
result = result.concat(self._getChildren(node)); |
|
|
|
result = result.concat(self._getChildren(node)); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
queue.reverse(); |
|
|
|
while (BI.isNotEmptyArray(queue)) { |
|
|
|
while (BI.isNotEmptyArray(queue)) { |
|
|
|
var node = queue.pop(); |
|
|
|
var node = queue.pop(); |
|
|
|
var pNode = this.tree.search(this.tree.getRoot(), node.pId, "id"); |
|
|
|
var pNode = this.tree.search(this.tree.getRoot(), node.pId, "id"); |
|
|
|