Skip to content

Commit

Permalink
Fix for #1372
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Nov 29, 2018
1 parent 30292e8 commit c1a4cd3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ private void transferAttributesToGroup(GroupResource res, GluuGroup group, Strin
members.removeAll(invalidMembers);
members = members.size() == 0 ? null : members;
res.setMembers(members);
} else {
group.setMembers(null);
}
}

Expand Down

0 comments on commit c1a4cd3

Please sign in to comment.