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
Merge pull request
#18026
from frappe/mergify/bp/version-14-hotfix/pr-18025
version-14
Shariq Ansari
2 years ago
committed by
GitHub
parent
de203c3a72
434ed3d153
commit
b02fe3c59c
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/desk/doctype/workspace/workspace.py
+1
-0
frappe/public/js/frappe/views/workspace/workspace.js
+ 1
- 0
frappe/desk/doctype/workspace/workspace.py
View File
@@ -138,6 +138,7 @@ class Workspace(Document):
def disable_saving_as_public():
return (
frappe.flags.in_install
or frappe.flags.in_uninstall
or frappe.flags.in_patch
or frappe.flags.in_test
or frappe.flags.in_fixtures
+ 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