You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report the fix from branch 6.4.x:
Two new listeners are added for the Node API. The first one listens for
events about change on the roles played by a user in a component
instance (either directly or through a group playing a role) and carried
by the UserRoleEvent event. The second one listens for events about
change on the roles played by a group in a component instance and
carried by the ProfileInstEvent event.
The goal of the two listeners is to figuring out the users and the
groups that don't play anymore a role in a component instance and then
invoke the NodeProfileInstUpdater service to remove from the specific
access rights of nodes the related users and groups.
Copy file name to clipboardExpand all lines: core-library/src/integration-test/resources/org/silverpeas/core/admin/user/notification/role/create_database.sql
Copy file name to clipboardExpand all lines: core-library/src/main/java/org/silverpeas/core/admin/user/notification/role/ProfileInstUpdateEventListener.java
0 commit comments