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-resources-widget@117652 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
07d58f6a01
commit
0b73916fa2
|
@ -105,6 +105,12 @@ public class WorkSpaceSelectionCard extends WizardCard {
|
|||
Log.debug("WorkspaceExplorer Aborted");
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onNotValidSelection() {
|
||||
thisCard.saveResourceSession.setItemId(null);
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
wpanel.addWorkspaceExplorerSelectNotificationListener(handler);
|
||||
|
|
Loading…
Reference in New Issue