diff --git a/workflow/engine/templates/pmTables/data.js b/workflow/engine/templates/pmTables/data.js index 75aa13b23..2f2b045d4 100755 --- a/workflow/engine/templates/pmTables/data.js +++ b/workflow/engine/templates/pmTables/data.js @@ -642,9 +642,8 @@ ImportPMTableCSV = function(){ waitTitle : " ", success : function(o, resp){ w.close(); - infoGrid.store.reload(); - PMExt.notify('IMPORT RESULT', resp.result.message); + setTimeout(function(){location.reload();},1500); }, failure: function(o, resp){ w.close();