Merge pull request #7072 from adityahase/fix-rest

fix(request): Pop data from form_dict when it isn't needed
This commit is contained in:
Shivam Mishra 2019-03-14 10:29:57 +05:30 committed by GitHub
commit 38be97f619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ 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":