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
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.
Sentry Feedback: JAVASCRIPT-2X6Q
Sorting the table by release does not seem to work.
Repro Steps:
"release"
as a columnThe sort doesn't work, and the table blows up.
The text was updated successfully, but these errors were encountered: