fixing code
This commit is contained in:
parent
ced697f140
commit
2de36fd513
|
@ -917,7 +917,7 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen
|
|||
break;
|
||||
}
|
||||
}
|
||||
UserRights userRights = new UserRights(scope, toRoleRight);
|
||||
UserRights userRights = new UserRights(user.getUsername(), toRoleRight);
|
||||
LOG.info("returning: " + userRights);
|
||||
return userRights;
|
||||
} catch (UserRetrievalFault | GroupRetrievalFault | GNAUserRightsConfigException e) {
|
||||
|
|
Loading…
Reference in New Issue