-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
Organization list doesn't update #1881
Comments
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Hello 👋, I'd like to take this on please. @pranshugupta54 |
Hey @Alfredoeb9, were you able to re-produce the same now? It's an old issue - gotta check if it's still an error |
Yes was able to reproduce looks like on the OrgList Screen, the problem is it checks against the localStorage but localStorage only gets updated on the login screen. |
Yeah so we were actually planning to implement state management for the whole instead of localStorage. (We'll do this after GSoC2024 ends, this may introduce major bugs for all contributors) |
Sounds good, that's what I trying for as a solution but didn't find a redux reducer for such category. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@pranshugupta54 can i work on this issue? |
@palisadoes @pranshugupta54 , |
I think this issue should not be resolved right now as mentioned in comment #1881 (comment) |
Describe the bug
If an existing admin becomes an admin for another organization, they need to log out and log back in to view the updated list.
To Reproduce
Steps to reproduce the behavior:
Assumption: Have an admin account that is admin for some organizations and also a user for some organizations.
Expected behavior
Refreshing should show the updated list of organizations for which the user is an admin.
Actual behavior
Only old organizations are listed.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: