feature_22286 #6

Merged
francesco.mangiacrapa merged 16 commits from feature_22286 into master 2022-01-13 17:02:39 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2de36fd513 - Show all commits

View File

@ -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) {