-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AdminUI: Filtering and ordering for overview tables (#350)
* feat: register odata and add identities odata controller * feat: remove GetIdentities from Identities(Rest)Controller * feat: use odata endpoint to retrieve identities * feat: enable camel lower case to keep consistency with standard api * feat: add filters for identities through OData * feat: remove pagination from tiers endpoint * feat: add filter and sorting to clients page. * fix: identity layout and filter behaviour * fix: change ClientOverview entity after merge with main * feat: use pagination with OData * feat: add ordering by client id and display name * test: adjust integration tests to account for new odata route * fix: eslint errors * fix: remove unused import * fix: run prettier on all files * feat: add filters for new client overview columns * fix: fix identity filters that were not behaving properly * feat: remove up and down arrows from numeric inputs * fix: eslint errors * fix: odata filter now correctly builds taking into consideration AND/OR combinations * refactor: use const instead of var * refactor: run prettier on codebase * fix: add missing default cases for switch statements * refactor: rename client service * fix: remove unused is ODataRequest property * refactor: rename viewChild parameters * refactor: simplify odata filter concatenation * refactor: remove unused error property from ODataResponseContent * refactor: make methods that aren't used by the html template private * ci: trigger pipelines --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
868630f
commit d64169c
Showing
36 changed files
with
903 additions
and
161 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.