-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the group last modified date on user addition/ deletion to the group [when unique group id is enabled] #4168
base: 4.10.x
Are you sure you want to change the base?
Conversation
PR builder started |
PR builder completed |
PR builder started |
PR builder started |
PR builder completed |
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12582469090
Purpose
When a group is modified by adding a user to a group or removing an user from a group, the group last modified date needs to be updated. However it gets updated only when updating the group name. This PR fixes that issue by updating the group last modified date on such scenarios.
Note: The user store level update is only required when the group unique id feature is enabled (default behaviour). Otherwise the attributes will be stored in the identity scim tables.
Goals
Update the group modified time when adding/ removing a user to/ from a group.
Related Issue
Related PRs
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning