hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Temporary fix to URL collision on the admin pages #6365

Closed marcospri closed 3 months ago

marcospri commented 3 months ago

After settling on plurals for all the admin pages routes we created a conflict on the search and new organizations pages.

This is the quickest fix to allow organization creation again.

An alternative approach will be to include a pattern, something like [0-9]+, for all IDs that are a PK in the DB. That would allow to use a suffix in the /orgs/ namespace.

Testing