-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Filter by Role to user search (#1278)
* Added Filter by Role to user search * Lint fix * Removed debug print * Fixed issue * moved filtering from client to api * updated users mock * linter fix and made it clearer what is happening * Update api/users.go Co-authored-by: Joscha Henningsen <[email protected]> * Added separate error handling for not being able to parse role ID * Fixed code to pass test * resolved conversations * Update users.go --------- Co-authored-by: johanneskarrer <[email protected]> Co-authored-by: Joscha Henningsen <[email protected]> Co-authored-by: Kordian Bruck <[email protected]>
- Loading branch information
1 parent
2d278d7
commit 78445dc
Showing
5 changed files
with
59 additions
and
10 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
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