fix: reload workspace link in patch

This commit is contained in:
Sagar Vora 2021-02-02 12:31:13 +05:30
parent cb3e57f914
commit 75f9eeeeaa

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')