-
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.
Finalize user select and tweak API for convenience
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 toggleable creators to cell type, and try to limit creator display names
- Loading branch information
1 parent
ebf9b8b
commit e9cae07
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