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
#28822 ensure we don't try and sort by pivot_column fields by accident
pivot_column fields aren't sortable so in the case where we're sorting by an arbitrary field, ensure it's not a pivot_column. Iterate though the field list until we reach one that works.
0 commit comments