You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#233 introduced a regression where course staff cannot access their queue settings - it's only accessible to admins. This is because PageWithUser requires a courseId prop, but that isn't present here. I'm thinking we should just put the auth stuff in the queueSettings page directly and not use the global permissions framework until we can refactor that to work for this case.
The text was updated successfully, but these errors were encountered:
#233 introduced a regression where course staff cannot access their queue settings - it's only accessible to admins. This is because
PageWithUser
requires acourseId
prop, but that isn't present here. I'm thinking we should just put the auth stuff in the queueSettings page directly and not use the global permissions framework until we can refactor that to work for this case.The text was updated successfully, but these errors were encountered: