ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
36 stars 33 forks source link

[React Branch] Super and support users' My Widgets page should only show widgets they own or co-own #1458

Closed clpetersonucf closed 1 year ago

clpetersonucf commented 1 year ago

As a consequence of their elevated permissions, users with the super_user and support_user role will see every instance in the database in My Widgets. This is a lot of extra noise to sift through (and a really big API call to perform) so ideally they only see widgets they own or are shared with them. Management of any other instance can happen in the instance management page.

clpetersonucf commented 1 year ago

Implemented in #1463