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
This commit is contained in:
Giancarlo Panichi 2014-09-11 16:33:42 +00:00
parent c06aee981c
commit 52a78e6f61
1 changed files with 1 additions and 1 deletions

View File

@ -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());