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:
Francesco Mangiacrapa 2014-05-28 10:35:03 +00:00
parent b4c9ff5f5a
commit 024cdb65e2
1 changed files with 1 additions and 1 deletions

View File

@ -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");