瀏覽代碼

[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: else:
webnotes.response['message'] = r 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 webnotes.response['docs'] += so.doclist


def check_guest_access(doc): def check_guest_access(doc):


Loading…
取消
儲存