[runserverobj] fix: map arguments from 'args' or 'arg'
This commit is contained in:
parent
69318a01a0
commit
8f7be86435
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def runserverobj():
|
|||
|
||||
wrapper = None
|
||||
method = webnotes.form_dict.get('method')
|
||||
arg = webnotes.form_dict.get('args')
|
||||
arg = webnotes.form_dict.get('args', webnotes.form_dict.get("arg"))
|
||||
dt = webnotes.form_dict.get('doctype')
|
||||
dn = webnotes.form_dict.get('docname')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue