|
@@ -252,7 +252,7 @@ $('.{$this->getSelectorPrefix()}-open-tree').off('click').click(function () {
|
|
|
|
|
|
v['state'] = {'disabled': true};
|
|
v['state'] = {'disabled': true};
|
|
|
|
|
|
- if (ckall || (value && Dcat.helpers.in(value, v[idColumn]))) {
|
|
|
|
|
|
+ if (ckall || (value && Dcat.helpers.inObject(value, v[idColumn]))) {
|
|
v['state']['selected'] = true;
|
|
v['state']['selected'] = true;
|
|
}
|
|
}
|
|
|
|
|