-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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(views/core): iteration over None type #14305
fix(views/core): iteration over None type #14305
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
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.
I agree with this change (can happen if adhoc_filters
is defined but has a value that isn't a list). @rasta-rocket can you update the PR and mark it as non-draft so we can get it merged?
0af87bd
to
15a030e
Compare
@villebro done |
Codecov Report
@@ Coverage Diff @@
## master #14305 +/- ##
==========================================
- Coverage 76.94% 76.82% -0.13%
==========================================
Files 1042 1042
Lines 56254 56299 +45
Branches 7785 7793 +8
==========================================
- Hits 43286 43250 -36
- Misses 12710 12793 +83
+ Partials 258 256 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks @rasta-rocket ! Merging when the last tests pass |
* fix(views/core): iteration over None type * fix(views/core): apply suggestion
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION