428: TDM - Support the new Workspace Explorer

Task-Url: https://support.d4science.org/issues/428

Updated support to workspace explorer

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@117649 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-08-04 10:01:07 +00:00
parent 457ecb5d60
commit cce48cb192
1 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,12 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
Log.debug("WorkspaceExplorer Aborted");
}
@Override
public void onNotValidSelection() {
thisCard.exportSession.setItemId(null);
}
};
wpanel.addWorkspaceExplorerSelectNotificationListener(handler);