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:
parent
b109a8b7da
commit
ab767fcc51
|
@ -187,6 +187,8 @@ public class UserUtil {
|
|||
|
||||
checkIfRoleIsSetInCkanInstance(username, groupName, currentGroupId,
|
||||
correspondentRoleToCheck, groupManager, gcubeCkanDataCatalogServiceImpl, orgsInWhichAtLeastEditorRole);
|
||||
|
||||
toReturn = mapRolesIntoOrganizationToCkanRole(correspondentRoleToCheck);
|
||||
}
|
||||
}
|
||||
}catch(Exception e){
|
||||
|
|
Loading…
Reference in New Issue