feat: don't rebuild cache on delete

This commit is contained in:
Shivam Mishra 2020-04-10 16:42:03 +05:30
parent 947dc83ddb
commit c412fde953

View file

@ -138,8 +138,7 @@ doc_events = {
],
"on_trash": [
"frappe.desk.notifications.clear_doctype_notifications",
"frappe.workflow.doctype.workflow_action.workflow_action.process_workflow_actions",
"frappe.cache_manager.build_table_count_cache"
"frappe.workflow.doctype.workflow_action.workflow_action.process_workflow_actions"
],
"on_change": [
"frappe.social.doctype.energy_point_rule.energy_point_rule.process_energy_points"