-
Notifications
You must be signed in to change notification settings - Fork 5
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
Administrators can see administration list after navigating back to home page #886
Comments
This may be related to something I noticed on the participant home page. When a participant first logs in, the "You have no assignments" screen briefly flashes. Then it updates with their assignments. Ideally, we would wait until we have retrieved their assignments before assessing whether to show the "You have no assignments" screen. I didn't make an issue of that one because I believe it exists on prod and was not introduced by @maximilianoertel's PR. However, is it possible that the same thing is happening to administrators and that the dashboard is using the cached "no administrations" result to display the list of administrations? |
I noticed that as well and have been looking into it, but the participant homepage is a bit more complex than the administrator homepage. The PR for the latter is ready for review and I hope to have a fix for the participant homepage ready shortly! |
I also noticed that if one returns to administrator home from another route, the administration list is empty.
To reproduce,
Expected behavior:
Page displays the same administrations seen in step 2.
The text was updated successfully, but these errors were encountered: