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

Commits on Oct 16, 2023

  1. fix: limited staff cohorts and gradebook access

    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)
    0x29a authored and Agrendalath committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8e83fa5 View commit details
    Browse the repository at this point in the history