Skip to content

Commit

Permalink
Merge pull request #4902 from alkem-io/client-7357b
Browse files Browse the repository at this point in the history
properly retrieve license with entitlements for checking on invitation
  • Loading branch information
valentinyanakiev authored Feb 3, 2025
2 parents e5752a7 + fdd9aa9 commit 38fad16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/domain/access/role-set/role.set.resolver.mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ export class RoleSetResolverMutations {
parentRoleSet: {
authorization: true,
},
license: {
entitlements: true,
},
},
}
);
Expand Down

0 comments on commit 38fad16

Please sign in to comment.