1

add badges in group lists

Co-authored-by: [Mahgs] <maxoerter@gmx.de>
Co-authored-by: Christoph <tobi@urpost.de>
This commit is contained in:
Christoph
2020-03-25 15:46:58 +01:00
parent dd7404553c
commit ed4a9b5728
4 changed files with 33 additions and 3 deletions

View File

@ -35,6 +35,9 @@ public class UserService {
newGroups.add(group);
}
}
groupService.sortByGroupType(newGroups);
return newGroups;
}