Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<fix>:<let counselor has all permission in mentor_time #184

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3403,6 +3403,60 @@
- table:
name: mentor_time
schema: public
insert_permissions:
- role: counselor
permission:
check: {}
columns:
- activateIn
- end_A
- end_B
- end_C
- end_D
- end_E
- start_A
- start_B
- start_C
- start_D
- start_E
select_permissions:
- role: counselor
permission:
columns:
- activateIn
- end_A
- end_B
- end_C
- end_D
- end_E
- start_A
- start_B
- start_C
- start_D
- start_E
filter: {}
update_permissions:
- role: counselor
permission:
columns:
- start_A
- end_A
- start_B
- end_B
- start_C
- end_C
- start_D
- end_D
- start_E
- end_E
- activateIn
filter: {}
check: {}
delete_permissions:
- role: counselor
permission:
backend_only: false
filter: {}
- table:
name: postgraduate_application
schema: public
Expand Down