Skip to content

Commit

Permalink
fix: sync workspace custom block doctype while installing
Browse files Browse the repository at this point in the history
(cherry picked from commit 2cd8a86)
  • Loading branch information
shariquerik authored and mergify[bot] committed May 18, 2023
1 parent ad86bb9 commit 4853897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/model/sync.py
Expand Up @@ -66,6 +66,7 @@ def sync_for(app_name, force=0, reset_permissions=False):
"workspace_shortcut",
"workspace_quick_list",
"workspace_number_card",
"workspace_custom_block",
"workspace",
]:
files.append(os.path.join(FRAPPE_PATH, "desk", "doctype", desk_module, f"{desk_module}.json"))
Expand Down

0 comments on commit 4853897

Please sign in to comment.