git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@85564 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5127f40976
commit
dddc1f66ee
|
@ -1042,7 +1042,7 @@ public class GWTWorkspaceBuilder {
|
|||
//ACCOUNTING
|
||||
// fileGridModel.setMarkAsRead(item.isMarkedAsRead());
|
||||
|
||||
|
||||
/*
|
||||
//OWNER
|
||||
if(fileGridModel.isShared()){ //IS READ FROM HL ONLY IF THE ITEM IS SHARED
|
||||
String portalLogin = item.getOwner();
|
||||
|
@ -1059,6 +1059,7 @@ public class GWTWorkspaceBuilder {
|
|||
if(userLogged!=null)
|
||||
fileGridModel.setOwnerFullName(userLogged.getName());
|
||||
}
|
||||
*/
|
||||
|
||||
return fileGridModel;
|
||||
|
||||
|
|
Loading…
Reference in New Issue