-
Notifications
You must be signed in to change notification settings - Fork 2
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
Indefinite spinner under certain conditions for cohort selection #1386
Comments
My understanding is that the condition producing the indefinite spinner state is that the filters are selected which return an empty cohort. In that case there are errors generated client side in the ajax calls to update the facet counts and populate the tables. I have updated code in the expr branch to handle the errors gracefully for generating the facet counts and populating the tables. So these conditions should no longer produce this state. I am not sure if manifest downloads may still cause a problem |
@fedorov @pgundluru Now available for testing. This will:
|
To reproduce, select the items in the screen. Per @s-paquette it is a zero count exception.
The text was updated successfully, but these errors were encountered: