-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Expose the disabled property of filters #195
Conversation
The goal with adding/improving the tests was to test that when a widget is disabled it is effectively ignored. I didn't manage in this attempt however to setup a test with a filter/source spec that creates what I wanted. |
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.
Looks good to me, just one small change.
Oh it almost went in with a default of
|
😆 I too missed that. I'll spend some time this week adding at least a basic set of unit tests. |
Merging and working on tests separately. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This exposes
disabled
, as done previously withvisible
.get_data
subsequently ignores filters when they are disabled.