Skip to content
Snippets Groups Projects
Commit c805e37b authored by srosse's avatar srosse
Browse files

Merge OpenOLAT 9.3 to OpenOLAT default branch with 35a3c462d9f24bd7a8bc5686b063b6857ac8e244

parents c4dd0d59 9f6e991f
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ public class ContactDAO {
private List<Long> getMembersForCount(Identity me, Class<?> cl) {
StringBuilder sb = new StringBuilder();
sb.append("select distinct(memv.identityKey) from ").append(cl.getName()).append(" memv ")
sb.append("select memv.identityKey from ").append(cl.getName()).append(" memv ")
.append(" where memv.ownerSecGroupKey in (")
.append(" select ownerSgmi.securityGroup from ").append(SecurityGroupMembershipImpl.class.getName()).append(" as ownerSgmi where ownerSgmi.identity.key=:identKey")
.append(" ) or memv.participantSecGroupKey in (")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment