ulnagar / Constellation

0 stars 0 forks source link

Event Handlers responsible for adding users to Canvas do not include UserType #76

Closed ulnagar closed 7 months ago

ulnagar commented 7 months ago

API requires a UserType string to be either "Student" or "Teacher". This determines permission level of added user.

New Event Handlers do not implent this value, and therefore operations are not being completed.

Add ENUM for these values, and have handlers correctly set them.

ulnagar commented 7 months ago

Tested without issue. Scheduled to be released to production with R1.14.1-bugfix