Skip to content

Commit

Permalink
feat(organizations): disable sorting for owner on projects table TASK…
Browse files Browse the repository at this point in the history
…-1336 (#5358)

### 📣 Summary
Removes option to sort by owner on project lists due to performance
concerns.

### 👀 Preview steps

1. ℹ️ have account and a project
2. navigate to the projects table
3. 🔴[on main] notice that sorting by the **Owner** column is possible
4. 🟢 [on pr] notice that you can only hide the **Owner** column, no
sorting is possible

---------

Co-authored-by: James Kiger <[email protected]>
  • Loading branch information
RuthShryock and jamesrkiger authored Dec 20, 2024
1 parent 11d1047 commit 9704185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsapp/js/projects/projectViews/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ export const DEFAULT_ORDERABLE_FIELDS: ProjectFieldName[] = [
'ownerEmail',
'ownerFullName',
'ownerOrganization',
'ownerUsername',
'sector',
'status',
];
Expand All @@ -338,7 +337,6 @@ export const HOME_ORDERABLE_FIELDS: ProjectFieldName[] = [
'dateDeployed',
'name',
'status',
'ownerUsername',
];

export const DEFAULT_EXCLUDED_FIELDS: ProjectFieldName[] = [];
Expand Down

0 comments on commit 9704185

Please sign in to comment.