eclipse-sw360 / sw360

SW360 project
https://www.eclipse.org/sw360/
Other
122 stars 98 forks source link

Group role is not synced from Liferay server to CouchDB #984

Open AlbertHjy opened 4 years ago

AlbertHjy commented 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. image

mcjaeger commented 4 years ago

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

mcjaeger commented 3 years ago

I think it has been solved, but ...