category cleanup

This commit is contained in:
yuri
2017-12-08 15:17:54 +02:00
parent 9230519d91
commit 47e1687029
+1 -5
View File
@@ -168,11 +168,7 @@ Espo.define('views/record/list-tree-item', 'view', function (Dep) {
this.once('children-created', function () {
var childrenView = this.getView('children');
if (!this.model.lastAreChecked) {
/*if (!childrenView.collection.length) {
childrenView.collection.lastAreChecked = true;
} else {*/
this.checkLastChildren();
//}
this.checkLastChildren();
}
}, this);
}