Updated Task in background

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-export-widget@99765 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-11 16:37:11 +00:00 committed by Giancarlo Panichi
parent 43425f6cd0
commit dc076f3994
1 changed files with 2 additions and 2 deletions

View File

@ -278,8 +278,8 @@ public class SDMXOperationInProgressCard 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());