fix: Org Chart fixes (#27290)

* fix(org chart): multiple root nodes not expanding on clicking Expand All

* fix: unstable filter inserts duplicate nodes
This commit is contained in:
Rucha Mahabal
2021-09-01 23:07:26 +05:30
committed by GitHub
parent dea5c34d8d
commit f828d853e3
4 changed files with 25 additions and 17 deletions

View File

@@ -59,8 +59,6 @@ erpnext.HierarchyChartMobile = class {
}
show() {
frappe.breadcrumbs.add('HR');
let me = this;
if ($(`[data-fieldname="company"]`).length) return;