-
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
Fix duplicate privileges in mobile app #1459
Comments
Analysis of Privileges sync and usage in client
Discussion infoAfter further discussion, we found that introducing the additional "voided" flag, does not seem to have an effective change in privilege handling, even after server and client app upgrades for a user. ConclusionWe'll not make any code changes with respect to groupPrivileges sync. |
Card is a Tech QA Card, which would be validated by myself, as i already have debugging and analysis context. |
Executed the GroupPrivileges correction queries on production. |
@himeshr The above file with the sql statements to update group_priviledge needs to be run before pulling the latest version of avni-server so that the migration to check uniqueness doesn't fail? |
@kushboojain-iplit you can run the below query alone, no need to run all the statements:
|
@mahalakshme Thank you so much |
As is:
Currently voided field in groupPrivileges table is not synced. But it needs to be synced to fix the privilege conflicts in mobile app.
AC:
The text was updated successfully, but these errors were encountered: