fix: setup wizard broken during site restoration (v14->v15)

This commit is contained in:
Rohit Waghchaure 2025-06-30 19:16:31 +05:30
parent f6567dabee
commit 5fe780dfd5
2 changed files with 6 additions and 4 deletions

View file

@ -18,7 +18,7 @@
],
"issingle": 1,
"links": [],
"modified": "2024-03-23 16:03:27.992755",
"modified": "2025-06-30 21:26:13.462828",
"modified_by": "Administrator",
"module": "Core",
"name": "Installed Applications",
@ -36,8 +36,8 @@
}
],
"quick_entry": 1,
"row_format": "Dynamic",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
"states": []
}

View file

@ -71,6 +71,8 @@ class InstalledApplications(Document):
return
frappe.reload_doc("core", "doctype", "installed_application")
frappe.reload_doc("core", "doctype", "installed_applications")
frappe.reload_doc("integrations", "doctype", "webhook")
@frappe.whitelist()