Skip to content
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

[dashboard] re-enabling cascading filters #3335

Merged
merged 2 commits into from
Aug 18, 2017

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Aug 18, 2017

#3183 disabled the
ability of a filterbox to get filtered by another filterbox

@roganw

apache#3183 disabled the
ability of a filterbox to get filtered by another filterbox
@coveralls
Copy link

coveralls commented Aug 18, 2017

Coverage Status

Coverage remained the same at 69.388% when pulling c714ca9 on mistercrunch:cascade into e31ad22 on apache:master.

@coveralls
Copy link

coveralls commented Aug 18, 2017

Coverage Status

Coverage remained the same at 69.388% when pulling 2764f5a on mistercrunch:cascade into e31ad22 on apache:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 69.388% when pulling 2764f5a on mistercrunch:cascade into e31ad22 on apache:master.

@@ -190,6 +186,10 @@ export function dashboardContainer(dashboard, datasources, userid) {
immuneToFields = this.metadata.filter_immune_slice_fields[sliceId];
}
for (const filteringSliceId in this.filters) {
if (filteringSliceId == sliceId) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be === ?

@mistercrunch mistercrunch merged commit 527572c into apache:master Aug 18, 2017
@mistercrunch mistercrunch deleted the cascade branch August 18, 2017 22:49
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.19.1 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.19.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants