You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue - thank you!
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
Steps to reproduce
Open a dashboard with a table inside and select the first column of a row to filter graphs.
The text was updated successfully, but these errors were encountered: