mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR revert r89202 from sminnee, broke multiselects, as there is no method called selectNode on tree.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@91306 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
649079f4e8
commit
a1848c233d
@ -273,7 +273,8 @@ TreeMultiselectField.prototype = {
|
||||
var allNodes = this.tree.getElementsByTagName('li');
|
||||
for(i=0;i<allNodes.length;i++) {
|
||||
if(isSelected[allNodes[i].getIdx()]) {
|
||||
this.tree.selectNode(allNodes[i]);
|
||||
this.tree.multiselect_handleSelectionChange(allNodes[i]);
|
||||
// this.tree.selectNode(allNodes[i]);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user