Skip to content

Commit

Permalink
SAK-50948 Profile - Personal summary is not persisted (#13273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusmmp authored Feb 3, 2025
1 parent 9cb54b3 commit 07a29e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ private void renderMyProfile(final String userUuid) {
userProfile.setUserUuid(userUuid);

userProfile.setNickname(sakaiPerson.getNickname());
userProfile.setPersonalSummary(sakaiPerson.getNotes());
userProfile.setDisplayName(userDisplayName);

userProfile.setEmail(userEmail);
Expand Down

0 comments on commit 07a29e7

Please sign in to comment.