tl-its-umich-edu / canvas-course-manager-next

Canvas Course Manager Next: A redesign of the existing CCM application. It extends Canvas features, makes cumbersome features easier to use, and adds new features.
8 stars 9 forks source link

Conditionally enable/disable section creation in `CreateSelectSectionWidget` (#284, #299) #298

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

This PR changes the CreateSelectSectionWidget component so that only admins (or equivalent) or teachers can see and use the section creation portion of the component. The PR aims to resolve #284. @pushyamig also added changes to resolve #299.