Revert "fix(request): Pop data from form_dict when it isn't needed"
This commit is contained in:
parent
a9d9b0b3ea
commit
77abf5fc19
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ def handle():
|
|||
|
||||
if call=="method":
|
||||
frappe.local.form_dict.cmd = doctype
|
||||
frappe.local.form_dict.pop("data", None)
|
||||
return frappe.handler.handle()
|
||||
|
||||
elif call=="resource":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue