Skip to content

Commit

Permalink
add permissions yaml changes:
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jun 28, 2024
1 parent 4769b22 commit b88721e
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,9 @@
- role: api
permission:
columns:
- has_planning_data
- id
- team_id
- boundary_json
- boundary_url
- email_reply_to_id
Expand All @@ -1669,14 +1672,15 @@
- help_opening_hours
- help_phone
- homepage
- id
- reference_code
- team_id
filter: {}
comment: ""
- role: platformAdmin
permission:
columns:
- has_planning_data
- id
- team_id
- boundary_json
- boundary_url
- email_reply_to_id
Expand All @@ -1686,18 +1690,21 @@
- help_opening_hours
- help_phone
- homepage
- id
- reference_code
- team_id
filter: {}
comment: ""
- role: public
permission:
columns:
- boundary_json
- boundary_url
- email_reply_to_id
- external_planning_site_name
- external_planning_site_url
- has_planning_data
- help_email
- help_opening_hours
- help_phone
- homepage
- id
- reference_code
Expand All @@ -1707,6 +1714,9 @@
- role: teamEditor
permission:
columns:
- has_planning_data
- id
- team_id
- boundary_json
- boundary_url
- email_reply_to_id
Expand All @@ -1716,9 +1726,7 @@
- help_opening_hours
- help_phone
- homepage
- id
- reference_code
- team_id
filter: {}
comment: ""
update_permissions:
Expand All @@ -1729,6 +1737,7 @@
- email_reply_to_id
- external_planning_site_name
- external_planning_site_url
- has_planning_data
- help_email
- help_opening_hours
- help_phone
Expand All @@ -1744,6 +1753,7 @@
- email_reply_to_id
- external_planning_site_name
- external_planning_site_url
- has_planning_data
- help_email
- help_opening_hours
- help_phone
Expand Down

0 comments on commit b88721e

Please sign in to comment.