Skip to content

Commit

Permalink
fix: revise permissions for like and star (eesast#178)
Browse files Browse the repository at this point in the history
* revise contest_player permissions

* revise anonymous
  • Loading branch information
youyc22 authored May 25, 2024
1 parent 6b14103 commit 9c11183
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2406,19 +2406,23 @@
permission:
columns:
- comment
- course_id
- created_at
- like
- star
- updated_at
- course_id
- user_uuid
- uuid
filter: {}
- role: student
permission:
columns:
- comment
- course_id
- created_at
- like
- star
- updated_at
- course_id
- user_uuid
- uuid
filter: {}
Expand Down

0 comments on commit 9c11183

Please sign in to comment.