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: reload workspace link in patch
version-14
Sagar Vora
4 years ago
parent
cb3e57f914
commit
75f9eeeeaa
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/patches/v13_0/rename_desk_page_to_workspace.py
+ 1
- 0
frappe/patches/v13_0/rename_desk_page_to_workspace.py
View File
@@ -17,3 +17,4 @@ def execute():
rename_doc('DocType', 'Desk Link', 'Workspace Link', ignore_if_exists=True)
frappe.reload_doc('desk', 'doctype', 'workspace')
frappe.reload_doc('desk', 'doctype', 'workspace_link')
Write
Preview
Loading…
Cancel
Save