|
|
|
@ -547,7 +547,7 @@ BI.AbstractTreeValueChooser = BI.inherit(BI.Widget, {
|
|
|
|
|
value: nodes[i].value, |
|
|
|
|
text: nodes[i].text, |
|
|
|
|
times: 1, |
|
|
|
|
isParent: nodes[i].getChildrenLength() > 0, |
|
|
|
|
isParent: nodes[i].isParent || nodes[i].getChildrenLength() > 0, |
|
|
|
|
checked: state[0], |
|
|
|
|
half: state[1], |
|
|
|
|
halfCheck: openState ? false : state[1], |
|
|
|
@ -712,7 +712,7 @@ BI.AbstractTreeValueChooser = BI.inherit(BI.Widget, {
|
|
|
|
|
times: 1, |
|
|
|
|
isParent: false, |
|
|
|
|
checked: true, |
|
|
|
|
halfCheck: false |
|
|
|
|
halfCheck: false, |
|
|
|
|
}; |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|