This commit is contained in:
yuri
2015-05-04 10:35:24 +03:00
parent 753caf7eeb
commit 0603eaf48d
@@ -174,7 +174,8 @@ Espo.define('Views.Record.ListTree', 'Views.Record.List', function (Dep) {
scope: scope,
attributes: {
parentId: parentId,
parentName: parentName
parentName: parentName,
order: this.collection.length + 1
}
}, function (view) {
view.render();