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 32 forks source link

Making a copy of an instance from the user admin panel causes URL hash issues #1511

Open clpetersonucf opened 10 months ago

clpetersonucf commented 10 months ago

It replaces the current hash (/admin/user#12345) with the new instance hash, which isn't valid in that context. Instead, it should probably update your window.location to the new instance (/admin/instance#new_instance_hash)