-
-
Notifications
You must be signed in to change notification settings - Fork 222
Check levels of filtered variables dynamically #5645
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
Conversation
@boutinb is this the pr that should go into the hotfix? |
9bc1d65
to
e221af9
Compare
Yep! I have rebased the branch |
47b6fc1
to
e851a19
Compare
e851a19
to
d47ec9a
Compare
@boutinb you will let me know when this is ready for review again right? |
This is now ready for review. |
Very nice! |
Thank you for fixing this labeling issue so quickly and for all the work you do! @JorisGoosen, would you happen to have a date for the release with this bugfix (I'm guessing version 0.19.1)? I guess the fix is already in the nightly builds, but I fear teaching students to install the nightly builds is more trouble than its worth (it will be better to remove the exercises with filters until the bugfix is released in the stable build). |
@Joao-O-Santos We will deliver a hotfix version (0.19.1) with this just this fix next week. |
Thank you so much for the quick reply! |
The levels constraints in Variables Lists did not take the label filtering into account.
Also the levels constraints should be checked dynamically, that is each time the filtering is changed, or the constraints self changes.
Fixes jasp-stats/jasp-issues#2853
Fixes https://github.com/jasp-stats/INTERNAL-jasp/issues/2639
Fixes https://github.com/jasp-stats/INTERNAL-jasp/issues/2640
Fixes jasp-stats/jasp-issues#2853