fixes after merge

This commit is contained in:
lotte
2020-04-17 16:09:26 +02:00
parent 92dca8d4e8
commit bbac79bdfc
22 changed files with 93 additions and 97 deletions

View File

@@ -47,7 +47,7 @@ export class GroupsRegistryComponent implements OnInit {
// Current search in groups registry
currentSearchQuery: string;
constructor(private groupService: GroupDataService,
constructor(public groupService: GroupDataService,
private ePersonDataService: EPersonDataService,
private translateService: TranslateService,
private notificationsService: NotificationsService,