This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: show unique workspaces in sidebar
(cherry picked from commit
7331e3a7be
)
version-14
Shariq Ansari
2 years ago
committed by
Mergify
parent
de203c3a72
commit
1285d84aa7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/public/js/frappe/views/workspace/workspace.js
+ 1
- 0
frappe/public/js/frappe/views/workspace/workspace.js
View File
@@ -117,6 +117,7 @@ frappe.views.Workspace = class Workspace {
(page) => page.parent_page == "" || page.parent_page == null
);
}
root_pages = root_pages.uniqBy((d) => d.title);
this.build_sidebar_section(category, root_pages);
});
Write
Preview
Loading…
Cancel
Save