Skip to content

Commit

Permalink
Merge pull request #1026 from amvanbaren/bugfix/issue-1025
Browse files Browse the repository at this point in the history
Set role
  • Loading branch information
amvanbaren authored Oct 23, 2024
2 parents 1df8981 + ec32d10 commit c346b2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ private ExtensionVersion toExtensionVersionFull(

var user = new UserData();
user.setId(row.get(USER_DATA.ID));
user.setRole(row.get(USER_DATA.ROLE));
user.setLoginName(row.get(USER_DATA.LOGIN_NAME));
user.setFullName(row.get(USER_DATA.FULL_NAME));
user.setAvatarUrl(row.get(USER_DATA.AVATAR_URL));
Expand Down

0 comments on commit c346b2e

Please sign in to comment.