-
Notifications
You must be signed in to change notification settings - Fork 23
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 type error when opening statistics page #568
Conversation
Hi @ferishili |
This pull request is deployed at test.admin-interface.opencast.org/568/2024-06-04_12-08-55/ . |
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
Edit: I was wrong! |
Note: ICLA has been filed (see #546 (comment)) |
This pull request is deployed at test.admin-interface.opencast.org/568/2024-06-04_12-29-51/ . |
Keep in mind that I haven't tested this for #282 (which happens in events details level) |
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.
Does what it says on the tin
This PR fixes #566
by properly async call (using dispatch!) to fetch the user info before fetching the statistics info!
This PR needs actual statistic data to make sure it works properly, but for the start the error is now gone, and the page should not be interrupted!