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 chart] raw records SELECT ALL option is broken #11368

Closed
3 tasks done
graceguo-supercat opened this issue Oct 21, 2020 · 7 comments
Closed
3 tasks done

[table chart] raw records SELECT ALL option is broken #11368

graceguo-supercat opened this issue Oct 21, 2020 · 7 comments
Assignees
Labels
!deprecated-label:bug Deprecated label - Use #bug instead

Comments

@graceguo-supercat
Copy link

Table chart's select all option is broken.

Screenshots

GsJ1Jnqey4

If applicable, add screenshots to help explain your problem.

Environment

lastest master branch

Checklist

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 there are 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.

Additional context

Add any other context about the problem here.

@graceguo-supercat graceguo-supercat added the !deprecated-label:bug Deprecated label - Use #bug instead label Oct 21, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.98. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@junlincc
Copy link
Member

any idea which PR caused it? i dont recall anyone touched this area lately.

@zuzana-vej
Copy link
Contributor

@junlincc it looks like this issue is still there. I think it could have been caused by earlier redesigns on the Explore page - similar as what caused #11379 or #11404 (just a guess, it's also ~2-3 weeks old issue, so discovered around the same time).

@junlincc
Copy link
Member

junlincc commented Nov 12, 2020

on it. seems like @kgabryje touched this area recently?

@kgabryje
Copy link
Member

@junlincc I don't think I did any changes to those Select buttons, but I'm on it!

@junlincc
Copy link
Member

@junlincc I don't think I did any changes to those Select buttons, but I'm on it!

i dont think so either! then the next person who touched this area was Jesse maybe 😆 but thank you @kgabryje for the fix.🙏
tested, all good!
ezgif-6-96a705d00f6f

@kgabryje
Copy link
Member

I looked through the changes and after all it was a regression caused by my PR from September - #10889. I refactored a for… of… loop to forEach in order to fix ESLint errors - however, there was a return statement inside. In the old version, it returned from the whole function and after refactor, it returned only from forEach, causing the outer function to keep running and finally breaking the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead
Projects
None yet
Development

No branches or pull requests

4 participants