From d3645cb653b9636bd96a7d78a50e33420e2a5d78 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 11 Sep 2014 16:33:04 +0000 Subject: [PATCH] Updated Task in background git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@99758 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/csvexportwidget/client/CSVOperationInProgressCard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java b/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java index 8e2b9d0..ba83eec 100644 --- a/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java +++ b/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java @@ -264,7 +264,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 :"