category tree menu

This commit is contained in:
yuri
2018-11-14 11:34:16 +02:00
parent 86ad6a262b
commit 766e8cbcf7
3 changed files with 25 additions and 16 deletions
+4 -1
View File
@@ -81,6 +81,10 @@ Espo.define('views/record/list-tree', 'views/record/list', function (Dep) {
data.isExpanded = this.isExpanded;
}
if (data.hasExpandedToggler || this.showEditLink) {
data.showRootMenu = true;
}
return data;
},
@@ -268,4 +272,3 @@ Espo.define('views/record/list-tree', 'views/record/list', function (Dep) {
});
});