Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Including the group detail in the json for users
  • Loading branch information
chasegawa committed Aug 19, 2021
1 parent 198b131 commit f9ff3e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ public Set<Group> getUserGroups() {
}
return userGroups;
}


@JsonIgnore
public void setGroup(Group g) {
groupId = g.getResourceId();
userGroups.clear();
Expand Down

0 comments on commit f9ff3e3

Please sign in to comment.