Fixed Final and Lock error

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@100229 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-26 15:45:52 +00:00
parent 2b630e06af
commit 47f194c75e
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTIsLockedExcep
import org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTSessionExpiredException;
import org.gcube.portlets.user.td.monitorwidget.client.MonitorDialog;
import org.gcube.portlets.user.td.monitorwidget.client.MonitorDialogListener;
import org.gcube.portlets.user.td.monitorwidget.client.utils.UtilsGXT3;
import org.gcube.portlets.user.td.widgetcommonevent.client.event.SessionExpiredEvent;
import org.gcube.portlets.user.td.widgetcommonevent.client.type.SessionExpiredType;
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
@ -196,7 +195,7 @@ public class CodelistMappingOperationInProgressCard extends WizardCard
showErrorAndHide("Error Final",
caught.getLocalizedMessage(), caught);
} else {
UtilsGXT3.alert("Error in Codelist Mapping Import", reason);
showErrorAndHide("Error in Codelist Mapping Import", reason, caught);
}
}
}

View File

@ -233,7 +233,7 @@ public class CodelistMappingTableDetailCard extends WizardCard implements
showErrorAndHide("Error Final",
caught.getLocalizedMessage(), caught);
} else {
getWizardWindow().fireFailed(null,
getWizardWindow().fireFailed("Error",
"Error in Codelist Mapping Import", caught);
}