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

Client side needs enforcement of instance title length #1598

Open clpetersonucf opened 1 month ago

clpetersonucf commented 1 month ago

Right now an instance title that's too lengthy returns a 403 error from widget_instance_save, triggering a failure state in the creator

chrissolanilla commented 6 days ago

I have made changes to my fork with branch 1598/title-length-limit and opened a PR

clpetersonucf commented 3 days ago

Addressed via #1604