-
Notifications
You must be signed in to change notification settings - Fork 16
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
Refactor: Revert filter workarounds #437
Comments
Maybe this is a caching issue, but I'm still seeing incorrect values for filters when enabling "select first value by default" (e.g. seeing demo course problem names despite having the UMONTREAL org selected). Could someone else confirm if they're seeing this behavior as well? |
@SoryRawyer I'm not seeing it on the beta site, either as instructor or admin. I've changed the filters in the |
You may also want to make sure you've got the right version of the Superset image as there were some bumps for me upgrading locally to Superset 3. The image should be around |
Interesting. I'm seeing the correct behavior on the beta server, however I also briefly see "2 options" under the course run filter, followed quickly by a change to "1 option". When I make course run a required filter locally, I get a non-UMONTREAL course run as the default value and a non-UMONTREAL problem/video name as the default value. It seems like even with course run as an optional filter, I see a non-UMONTREAL problem/video name. If you make problem/video names required on the beta server, does that behavior come up? |
I've configured the "-en" dashboard on the beta server to make the problem and video names required and still can't replicate the behavior, which is maddening. I'm not too worried about the quick-change while filters load, but am curious what you see now on the beta. |
Looks like this isn't fixed after all, we should punt on it for now. I'll mark this as stale so we don't lose it. |
This is going to be obviated by changes for the v1 dashboards based on the new PRD. |
Due to bugs in Superset 2.1 we had to change our whole filtering strategy to prevent courses and blocks from courses that instructors didn't have access to being displayed as filter choices. This should be fixed in Superset 3.0 so we should revert those changes:
#377 most changes came from this PR, so it should be a good guide for what needs to be undone.
The text was updated successfully, but these errors were encountered: