changed share link as go to folder
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@77231 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e7c4b0a82b
commit
9e5ed0bbdf
|
@ -425,7 +425,7 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
|
|||
// int last = currentUrl.lastIndexOf("/");
|
||||
// String shareLinkUrl = currentUrl.substring(0,last+1) + "?" +ConstantsExplorer.GET_ITEMID_PARAMETER+"="+getLinkEvent.getSourceFile().getIdentifier();
|
||||
String shareLinkUrl = currentUrl+ "?" +ConstantsExplorer.GET_ITEMID_PARAMETER+"="+getLinkEvent.getSourceFile().getIdentifier();
|
||||
shareLinkUrl+="&"+ConstantsExplorer.GET_OPEARATION_PARAMETER+"="+WsPortletInitOperation.sharelink;
|
||||
shareLinkUrl+="&"+ConstantsExplorer.GET_OPEARATION_PARAMETER+"="+WsPortletInitOperation.gotofolder;
|
||||
|
||||
DialogShareLink dialog = new DialogShareLink("Copy to clipboard Share Link: Ctrl+C", shareLinkUrl);
|
||||
dialog.show();
|
||||
|
|
Loading…
Reference in New Issue