do not rebuild sitemap on add to installed app
This commit is contained in:
parent
6d5d653006
commit
1c19bf95b8
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ def add_to_installed_apps(*apps):
|
|||
all_apps = frappe.get_all_apps(with_frappe=True)
|
||||
for each in apps:
|
||||
if each in all_apps:
|
||||
add_to_installed_apps(each)
|
||||
add_to_installed_apps(each, rebuild_sitemap=False)
|
||||
frappe.destroy()
|
||||
|
||||
@cmd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue