[WEB-2889] fix: global views sorting when hyper model is enabled. (#6280)
This commit is contained in:
parent
2f2f8dc5f4
commit
4159d12959
2 changed files with 6 additions and 1 deletions
|
|
@ -297,6 +297,7 @@ export abstract class BaseIssuesStore implements IBaseIssuesStore {
|
|||
// Temporary code to fix no load order by
|
||||
if (
|
||||
this.rootIssueStore.rootStore.user.localDBEnabled &&
|
||||
this.rootIssueStore.rootStore.router.projectId &&
|
||||
layout !== EIssueLayoutTypes.SPREADSHEET &&
|
||||
orderBy &&
|
||||
Object.keys(SPECIAL_ORDER_BY).includes(orderBy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue