Skip to content

Commit

Permalink
[NOREF] Fix: Added permissions for MAC users to delete plan favorites (
Browse files Browse the repository at this point in the history
…#673)

fix: added permissions for MAC users to delete plan favorites
  • Loading branch information
OddTomBrooks authored Aug 23, 2023
1 parent d32a4be commit 45ea1ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkg/graph/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/graph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ addPlanFavorite(modelPlanID: UUID!): PlanFavorite!
@hasAnyRole(roles: [MINT_USER, MINT_MAC])

deletePlanFavorite(modelPlanID: UUID!): PlanFavorite!
@hasRole(role: MINT_USER)
@hasAnyRole(roles: [MINT_USER, MINT_MAC])

createPlanCrTdl(input: PlanCrTdlCreateInput!): PlanCrTdl!
@hasRole(role: MINT_USER)
Expand Down

0 comments on commit 45ea1ad

Please sign in to comment.