[WEB-2628] fix: Sorting by estimates (#5988)
* fix estimates sorting in Front end side * change estimate sorting keys * - Fix estimate sorting when local db is enabled - Fix a bug with with sorting on special fields on spreadsheet layout - Cleanup logging * Add logic for order by based on layout for special cases of no load --------- Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
This commit is contained in:
parent
8c3189e1be
commit
f44db89f41
7 changed files with 96 additions and 35 deletions
4
packages/types/src/view-props.d.ts
vendored
4
packages/types/src/view-props.d.ts
vendored
|
|
@ -40,8 +40,8 @@ export type TIssueOrderByOptions =
|
|||
| "-issue_cycle__cycle__name"
|
||||
| "target_date"
|
||||
| "-target_date"
|
||||
| "estimate_point"
|
||||
| "-estimate_point"
|
||||
| "estimate_point__key"
|
||||
| "-estimate_point__key"
|
||||
| "start_date"
|
||||
| "-start_date"
|
||||
| "link_count"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue