Skip to content

Commit

Permalink
fix(permission): update permission for contest_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
FranGuam committed Mar 18, 2024
1 parent b82a91c commit 699c056
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,13 @@
- name: userByUserUuid
using:
foreign_key_constraint_on: user_uuid
insert_permissions:
- role: counselor
select_permissions:
- role: anonymous
permission:
check: {}
columns:
- contest_id
- user_uuid
select_permissions:
filter: {}
- role: counselor
permission:
columns:
Expand All @@ -452,18 +451,17 @@
- contest_id
- user_uuid
filter: {}
update_permissions:
- role: counselor
- role: teacher
permission:
columns:
- contest_id
- user_uuid
filter: {}
check: {}
delete_permissions:
- role: counselor
- role: user
permission:
backend_only: false
columns:
- contest_id
- user_uuid
filter: {}
- table:
name: contest_notice
Expand Down

0 comments on commit 699c056

Please sign in to comment.