global clear cache fix
This commit is contained in:
parent
aa442e33b0
commit
afeae4e6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def clear_cache(user=None):
|
|||
def clear_global_cache():
|
||||
frappe.model.meta.clear_cache()
|
||||
frappe.cache().delete_value(["app_hooks", "installed_apps",
|
||||
"app_modules", "module_app", "notification_config", 'system_settings'
|
||||
"app_modules", "module_app", "notification_config", 'system_settings',
|
||||
'scheduler_events', 'time_zone', 'webhooks', 'active_domains', 'active_modules'])
|
||||
frappe.setup_module_map()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue