浏览代码

[run method] [fix] removed add_file_list, since it is not required anymore

version-14
Anand Doshi 12 年前
父节点
当前提交
f9ac64e28e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      webnotes/widgets/form/run_method.py

+ 0
- 3
webnotes/widgets/form/run_method.py 查看文件

@@ -64,9 +64,6 @@ def runserverobj():
else:
webnotes.response['message'] = r
from webnotes.widgets.form.load import add_file_list
add_file_list(so.doc.doctype, so.doc.name, so.doclist)
webnotes.response['docs'] += so.doclist

def check_guest_access(doc):


正在加载...
取消
保存