Commit a64c55b
KP
#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.1 parent d6d3943 commit a64c55b
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | | - | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
0 commit comments