ソースを参照

[runserverobj] fix: map arguments from 'args' or 'arg'

version-14
Rushabh Mehta 12年前
コミット
8f7be86435
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      webnotes/widgets/form/run_method.py

+ 1
- 1
webnotes/widgets/form/run_method.py ファイルの表示

@@ -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')


読み込み中…
キャンセル
保存