|
|
|
@ -110,10 +110,10 @@ export class PermissionManagementComponent |
|
|
|
|
|
|
|
modalBusy = false; |
|
|
|
|
|
|
|
trackByFn: TrackByFunction<PermissionGroupDto> = (_, item) => item.name; |
|
|
|
|
|
|
|
selectedGroupPermissions: PermissionWithStyle[] = []; |
|
|
|
|
|
|
|
trackByFn: TrackByFunction<PermissionGroupDto> = (_, item) => item.name; |
|
|
|
|
|
|
|
constructor(protected service: PermissionsService, protected configState: ConfigStateService) {} |
|
|
|
|
|
|
|
getChecked(name: string) { |
|
|
|
|