1459: Workspace: get link disabled
Task-Url: https://support.d4science.org/issues/show/1459 Added setShared when uploading a file git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@120351 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ef8bccf3ef
commit
945ebee332
|
@ -879,6 +879,7 @@ public class GWTWorkspaceBuilder {
|
|||
|
||||
//OWNER
|
||||
if(item.isShared()){ //IS READ FROM HL ONLY IF THE ITEM IS SHARED
|
||||
fileGridModel.setShared(true); //NOT REMOVE IT IS IMPORTAT SEE #1459
|
||||
User owner = item.getOwner();
|
||||
if(owner!=null){
|
||||
// System.out.println("++++reading owner");
|
||||
|
|
Loading…
Reference in New Issue