Skip to content

Commit

Permalink
Merge pull request #123 from xiangmy21/dev
Browse files Browse the repository at this point in the history
fix(mentor_application): update permissions for chat_status
  • Loading branch information
xiangmy21 authored Oct 16, 2023
2 parents 2ce454f + 5340209 commit c8a33db
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1887,30 +1887,33 @@
- role: counselor
permission:
columns:
- id
- chat_status
- created_at
- updated_at
- statement
- id
- mentor_id
- student_id
- statement
- status
- student_id
- updated_at
filter: {}
allow_aggregations: true
- role: root
permission:
columns:
- chat_status
- created_at
- id
- mentor_id
- statement
- status
- student_id
- created_at
- updated_at
- id
filter: {}
allow_aggregations: true
- role: student
permission:
columns:
- chat_status
- created_at
- id
- mentor_id
Expand All @@ -1923,13 +1926,14 @@
- role: teacher
permission:
columns:
- id
- chat_status
- created_at
- updated_at
- statement
- id
- mentor_id
- student_id
- statement
- status
- student_id
- updated_at
filter:
mentor_id:
_eq: X-Hasura-User-Id
Expand Down Expand Up @@ -1963,6 +1967,7 @@
- role: student
permission:
columns:
- chat_status
- statement
filter:
student_id:
Expand Down

0 comments on commit c8a33db

Please sign in to comment.