Skip to content

Commit

Permalink
fix: QUICK FIX organisation read access overriding student access -re…
Browse files Browse the repository at this point in the history
…fs: #1391
  • Loading branch information
HRemonen committed Nov 18, 2024
1 parent 3feaf69 commit 5178969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/feedbackTargets/Access.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const RIGHTS = {
UPDATE_ORGANISATION_SURVEYS,
ENABLE_TOKEN_ENROLMENT,
],
ORGANISATION_READ: [PUBLIC_FEEDBACKS],
ORGANISATION_READ: [PUBLIC_FEEDBACKS, GIVE_CONTINUOUS_FEEDBACK, GIVE_FEEDBACK],
RESPONSIBLE_TEACHER: [
UPDATE,
UPDATE_RESPONSE,
Expand Down

0 comments on commit 5178969

Please sign in to comment.