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(nutmeg): limited staff cohorts and gradebook access [BB-7962] #598

Conversation

Agrendalath
Copy link
Member

Backport of openedx#33491.

Limited Staff should not have studio read access by design.

However, since many LMS views depend on the `has_course_author_access` check and `course_author_access_required`
decorator, we have to allow write access until the permissions become more granular. For example, there should
be STUDIO_VIEW_COHORTS and STUDIO_EDIT_COHORTS specifically for the cohorts endpoint, which is used to display
"Cohorts" instructor dashboard tab.

(cherry picked from commit febcccc)
@Agrendalath Agrendalath self-assigned this Oct 18, 2023
@Agrendalath
Copy link
Member Author

This is a clean cherry-pick. Merging.

@Agrendalath Agrendalath merged commit 4e6820f into opencraft-release/nutmeg.2 Oct 18, 2023
30 checks passed
@Agrendalath Agrendalath deleted the agrendalath/bb7962/fix-limited-staff-access-to-cohorts-and-gradebook-backport-nutmeg branch October 18, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants