Commit ef2c6b5
fix: disable sorting on computed status column (#111)
Status is a computed attribute (accessor) and not a database column.
Sorting on it causes a SQL error. This fix disables sorting for the
status column.
Fixes #61
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0318774 commit ef2c6b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments