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:
parent
457ecb5d60
commit
cce48cb192
|
@ -112,6 +112,12 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
|
|||
Log.debug("WorkspaceExplorer Aborted");
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onNotValidSelection() {
|
||||
thisCard.exportSession.setItemId(null);
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
wpanel.addWorkspaceExplorerSelectNotificationListener(handler);
|
||||
|
|
Loading…
Reference in New Issue