fix: Enqueue deletion of dynamic link after comitting
This commit is contained in:
parent
e1f20f7305
commit
ca293c9aa3
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ def delete_doc(
|
|||
doctype=doc.doctype,
|
||||
name=doc.name,
|
||||
now=frappe.flags.in_test,
|
||||
enqueue_after_commit=True,
|
||||
)
|
||||
|
||||
# clear cache for Document
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue