-
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
views: Update user info popup to display custom profile fields.
This commit updates the user information popup to display the custom profile fields stored in the model, including processing additional data received from the model in _fetch_user_data. All fields except the Person picker field are strings, so if a Person picker field is present, it is converted to a string of usernames separate by commas. Tests added and updated. Fixes #1338.
- Loading branch information
Showing
2 changed files
with
95 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
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