-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add contact_email to the API response when searching user to display …
…Gravatar Icon inside the Creators vSelect Filter user that are already been selected to not appear in the vSelect Update creators doesn't trigger the 'Unsaved change' Add max names parameter to Creators component Add toggleable creators to cell type, and try to limit creator display names Reduce number of names shown by default Fix bad merge
- Loading branch information
1 parent
ebf9b8b
commit 2ea51fb
Showing
4 changed files
with
15 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -996,6 +996,7 @@ def search_users(): | |
"_id": 1, | ||
"identities": 1, | ||
"display_name": 1, | ||
"contact_email": 1, | ||
} | ||
}, | ||
] | ||
|
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