Merge pull request #25719 from akhilnarang/fix-enqueue-method
fix(enqueue): pass the original method argument here
This commit is contained in:
commit
34f1b9cb65
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ def enqueue(
|
|||
queue_args = {
|
||||
"site": frappe.local.site,
|
||||
"user": frappe.session.user,
|
||||
"method": method_name,
|
||||
"method": method,
|
||||
"event": event,
|
||||
"job_name": job_name or method_name,
|
||||
"is_async": is_async,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue