Skip to content

Commit

Permalink
add permissions to team table for teamEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jun 20, 2024
1 parent de68bc5 commit 4933d04
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,14 @@
- help_phone
- homepage
- reference_code
filter: {}
filter:
team:
members:
_and:
- user_id:
_eq: x-hasura-user-id
- role:
_eq: teamEditor
check: null
comment: ""
- table:
Expand Down

0 comments on commit 4933d04

Please sign in to comment.