|
|
@@ -7,7 +7,9 @@ def execute(): |
|
|
|
# this patch was not added initially, so this page might still exist |
|
|
|
frappe.delete_doc('DocType', 'Desk Page') |
|
|
|
else: |
|
|
|
frappe.flags.ignore_route_conflict_validation = True |
|
|
|
rename_doc('DocType', 'Desk Page', 'Workspace') |
|
|
|
frappe.flags.ignore_route_conflict_validation = False |
|
|
|
|
|
|
|
rename_doc('DocType', 'Desk Chart', 'Workspace Chart', ignore_if_exists=True) |
|
|
|
rename_doc('DocType', 'Desk Shortcut', 'Workspace Shortcut', ignore_if_exists=True) |
|
|
|