Closed 0x29a closed 1 year ago
Thanks for the pull request, @0x29a! Please note that it may take us up to several weeks or months to complete a review and merge your PR.
Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.
Please let us know once your PR is ready for our review and all tests are green.
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
5e96dbf
) 94.93% compared to head (1514774
) 94.93%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@0x29a 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.
Description
Users with the Course Limited Staff role, that has been added here, don't have access to the gradebook. In this PR we add this role's slug to
allowedRoles
.Testing instructions
The fix is pretty trivial, so just make sure that the slug in
allowedRoles
is equal toCourseLimitedStaffRole.ROLE
value.