added getDisplayName to Group
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@96166 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b4c9ff5f5a
commit
024cdb65e2
|
@ -1710,7 +1710,7 @@ public class GWTWorkspaceBuilder {
|
|||
|
||||
logger.trace("Building list contact model...");
|
||||
for (GCubeGroup group : list) {
|
||||
listContactsModel.add(new InfoContactModel(group.getName(), group.getName(), group.getName(), true));
|
||||
listContactsModel.add(new InfoContactModel(group.getName(), group.getName(), group.getDisplayName(), true));
|
||||
}
|
||||
logger.trace("List GCubeGroup contact model completed, return " +listContactsModel.size()+" contacts");
|
||||
|
||||
|
|
Loading…
Reference in New Issue