feat: don't rebuild cache on delete
This commit is contained in:
parent
947dc83ddb
commit
c412fde953
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue