From 52a78e6f6140df1e17c125955b62dc5a305ab41f Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 11 Sep 2014 16:33:42 +0000 Subject: [PATCH] Updated Task in background git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@99759 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/csvimportwidget/client/CSVOperationInProgressCard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVOperationInProgressCard.java b/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVOperationInProgressCard.java index 67960f0..c349124 100644 --- a/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVOperationInProgressCard.java +++ b/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVOperationInProgressCard.java @@ -259,7 +259,7 @@ public class CSVOperationInProgressCard extends WizardCard implements getWizardWindow().close(false); Log.info("fire Operation In Background"); - getWizardWindow().fireAborted(); + getWizardWindow().firePutInBackground(); } catch (Exception e) { Log.error("fire Operation In Background :" + e.getLocalizedMessage());