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 :"