Skip to content

Commit

Permalink
fix: Grant select permissions to flows.status column
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 21, 2024
1 parent 7c43879 commit af9bfa7
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,16 +413,16 @@
permission:
check: {}
columns:
- copied_from
- created_at
- creator_id
- team_id
- data
- id
- settings
- slug
- created_at
- team_id
- updated_at
- copied_from
- id
- version
- data
validate_input:
definition:
forward_client_headers: false
Expand Down Expand Up @@ -489,30 +489,32 @@
- role: api
permission:
columns:
- copied_from
- created_at
- creator_id
- team_id
- data
- id
- settings
- slug
- created_at
- status
- team_id
- updated_at
- copied_from
- id
- version
- data
computed_fields:
- data_merged
filter: {}
allow_aggregations: true
- role: platformAdmin
permission:
columns:
- analytics_link
- created_at
- creator_id
- data
- id
- analytics_link
- settings
- slug
- status
- team_id
- updated_at
- version
Expand All @@ -529,6 +531,7 @@
- id
- settings
- slug
- status
- team_id
- updated_at
- version
Expand All @@ -541,13 +544,14 @@
- role: teamEditor
permission:
columns:
- analytics_link
- created_at
- creator_id
- data
- id
- analytics_link
- settings
- slug
- status
- team_id
- updated_at
- version
Expand Down

0 comments on commit af9bfa7

Please sign in to comment.