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

Table filter doesn't working #4167

Closed
3 tasks done
xyklex opened this issue Jan 7, 2018 · 2 comments
Closed
3 tasks done

Table filter doesn't working #4167

xyklex opened this issue Jan 7, 2018 · 2 comments

Comments

@xyklex
Copy link

xyklex commented Jan 7, 2018

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if any
  • I have reproduced the issue with at least the latest released version of superset
  • I have checked the issue tracker for the same issue and I haven't found one similar

Superset version

0.22.1

Expected results

Clicking on table row filters the graphs in the dashboard

Actual results

An error message shows up in console

TypeError: Cannot read property 'channel' of undefined
    at Object.ADD_FILTER (dashboard.faf77a6714fa5652b0ff.entry.js:262)
    at e (dashboard.faf77a6714fa5652b0ff.entry.js:262)
    at e (dashboard.faf77a6714fa5652b0ff.entry.js:134)
    at m (dashboard.faf77a6714fa5652b0ff.entry.js:65)
    at dashboard.faf77a6714fa5652b0ff.entry.js:134
    at t.<anonymous> (dashboard.faf77a6714fa5652b0ff.entry.js:134)
    at t.e (dashboard.faf77a6714fa5652b0ff.entry.js:146)
    at HTMLTableCellElement.<anonymous> (dashboard.faf77a6714fa5652b0ff.entry.js:153)
    at HTMLTableCellElement.__onclick (dashboard.faf77a6714fa5652b0ff.entry.js:17)

Steps to reproduce

Open a dashboard with a table inside and select the first column of a row to filter graphs.

@kkalyan
Copy link
Contributor

kkalyan commented Jan 8, 2018

I believe, #4073 by @Mogball fixed this issue in master.

@xyklex
Copy link
Author

xyklex commented Jan 18, 2018

Thanks @kkalyan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants