[hotfix] no_socketio while uploading file for data-import-tool (#4306) (#4310)

This commit is contained in:
Makarand Bauskar 2017-10-13 10:51:38 +05:30 committed by GitHub
parent bc396d5cba
commit beeaa3f6ab

View file

@ -107,6 +107,7 @@ frappe.DataImportTool = Class.extend({
make_upload: function() {
var me = this;
frappe.upload.make({
no_socketio: true,
parent: this.page.main.find(".upload-area"),
btn: this.page.main.find(".btn-import"),
get_params: function() {