Browse Source

fix: Show import logs in data import doctype

version-14
Deepesh Garg 3 years ago
parent
commit
f9126bccc9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      frappe/core/doctype/data_import/data_import.js

+ 2
- 1
frappe/core/doctype/data_import/data_import.js View File

@@ -425,7 +425,8 @@ frappe.ui.form.on('Data Import', {
'data_import': frm.doc.name
},
'fields': ['success', 'docname', 'messages', 'exception', 'row_indexes'],
'page_limit_length': 5000
'limit_page_length': 5000,
'order_by': 'log_index'
},
callback: function(r) {
let logs = r.message;


Loading…
Cancel
Save