[Incident #12922] Bug fix
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@174306 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1cf343b239
commit
d7ee2b10e1
|
@ -1,7 +1,9 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets-user.workspace-portlet.6-20-0"
|
||||
date="${buildDate}">
|
||||
<Change>Task #12604: Migrate Move operation to StorageHub
|
||||
<Change>[Task #12604] Migrate Move operation to StorageHub
|
||||
</Change>
|
||||
<Change>[Incident #12922] Bug fix
|
||||
</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.workspace-portlet.6-19-1"
|
||||
|
|
|
@ -388,8 +388,8 @@ public class AppController implements SubscriberInterface {
|
|||
public void onGetLink(GetShareLinkEvent getLinkEvent) {
|
||||
|
||||
FileModel getLinkFile = getLinkEvent.getSourceFile()!=null?getLinkEvent.getSourceFile():wsPortlet.getToolBarPath().getLastParent();
|
||||
|
||||
AppControllerExplorer.getEventBus().fireEvent(new GetShareLinkEvent(getLinkFile));
|
||||
GWT.log("Fired from WS GetShareLinkEvent on: "+getLinkFile);
|
||||
AppControllerExplorer.getEventBus().fireEvent(new org.gcube.portlets.user.workspace.client.event.GetShareLinkEvent(getLinkFile));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue