Open AlbertHjy opened 4 years ago
We are trying to use user group role to manage user roles. So for new users, we only need to add them to a group, and then they will inherit the roles of the user group. But now, the user group role is not synced from Liferay server.
uh oh, I guess that is maybe indeed a bug, it should be done here I guess:
https://github.com/eclipse/sw360/blob/faeb2180685142a2bc9abc582ffb659aaffcf9de/frontend/sw360-portlet/src/main/java/org/eclipse/sw360/portal/users/UserUtils.java#L67
I think it has been solved, but ...
We are trying to use user group role to manage user roles. So for new users, we only need to add them to a group, and then they will inherit the roles of the user group. But now, the user group role is not synced from Liferay server.