-
Notifications
You must be signed in to change notification settings - Fork 22
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
myUserGroups param shows all user groups #1483
Comments
@himeshr applies to all rules that executes in mobile app. Forgot to add this. |
After discussion, concluded that we'll not provide any additional info regarding privileges that are granted to the user as part of UserGroups that the user is associated with. |
Dev testing screen recording: https://drive.google.com/file/d/1lL1Hq_D8mpCfaiwq3yvgq8GGqSOGvbuG/view?usp=sharing |
Moved back to QA ready as login is working fine on prerelease apk |
Issue:
The logged in user belongs to only 2 user groups. But params.myUserGroups displays all the user groups
Steps to reproduce:
You can try to access the user groups from a rule like below:
Technical reason:
Looks like we are accessing
Groups
table in realmdb instead ofMyGroups
from realmdbThe text was updated successfully, but these errors were encountered: