generated from DEFRA/ffc-template-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/472297 add sorting police user list (#348)
* style: 472297 - Increase width of the table * feat: 472297 - Add autocomplete field for police user list * feat: 472297 - Update get to handle URL objects * feat: 472297 - Add filtering and sorting to getUsers * feat: 472297 - GET /admin/users/police/list filtering * feat: 472297 - Sorting columns on /admin/users/police/list * chore: patch v0.96.46 * chore: patch v0.96.47 * refactor: 472297 - Using deconstruction for query params /admin/users/police/index * feat: 472297 - Fix refactor issues * feat: 472297 - Fix failing tests * feat: 472297 - Fix failing tests2 --------- Co-authored-by: Chris Cole <whitewaterdesign>
- Loading branch information
1 parent
c6c5f2f
commit 54da169
Showing
22 changed files
with
672 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
sort: { | ||
ASC: 'ASC', | ||
DESC: 'DESC' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.