Added code to remove Folder Link

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@131424 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-09-15 16:07:56 +00:00
parent ccdf36480c
commit 96f7180765
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ public class AppController implements SubscriberInterface {
@Override
public void onGetFolderLink(WsGetFolderLinkEvent getFolderLinkEvent) {
AppControllerExplorer.getEventBus().fireEvent(new GetFolderLinkEvent(getFolderLinkEvent.getSourceFile()));
AppControllerExplorer.getEventBus().fireEvent(new GetFolderLinkEvent(getFolderLinkEvent.getSourceFile(), true));
}
});