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

Cannot sort Dashboards table by release #82925

Closed
sentry-io bot opened this issue Jan 6, 2025 · 0 comments · Fixed by #82943
Closed

Cannot sort Dashboards table by release #82925

sentry-io bot opened this issue Jan 6, 2025 · 0 comments · Fixed by #82943

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 6, 2025

Sentry Feedback: JAVASCRIPT-2X6Q

Sorting the table by release does not seem to work.

Repro Steps:

  1. Create a Dashboard table widget. Set the dataset to "Releases", and add "release" as a column
  2. Try to sort by "release" column

The sort doesn't work, and the table blows up.

gggritso added a commit that referenced this issue Jan 8, 2025
Closes #82925. Somewhere along
the line, the logic that sorts data by release on the frontend (due to
backend dataset limitation) broke. If someone created a widget, sorted
by release, and _saved it_, it works. But, when someone is _switching
to_ sorting by release the preview is busted because we forgot to fetch
releases for them.

This PR makes sure that if they update widget settings to start sorting
by release, we fetch the releases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant