minor fix for highestRoleMethod

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@131359 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-09-14 15:11:38 +00:00
parent b109a8b7da
commit ab767fcc51
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ public class UserUtil {
checkIfRoleIsSetInCkanInstance(username, groupName, currentGroupId,
correspondentRoleToCheck, groupManager, gcubeCkanDataCatalogServiceImpl, orgsInWhichAtLeastEditorRole);
toReturn = mapRolesIntoOrganizationToCkanRole(correspondentRoleToCheck);
}
}
}catch(Exception e){