You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will need to add the same redirect behavior that we have on the user model when their username changes. On the user, we track the last two usernames (via old_username and old_old_username) for redirects in case nobody else took the username in the meantime.
On the org, this field is called the "slug", but the same logic applies. Org admins should be able to directly edit this instead of just inferring from the name.
Bug Report
Current Behavior
On the /organization page, changing the
namefield to change the name of my organization, will save. But does not actually change the associated URLExpected Behavior
Changing the
namefield in an organization, changes the actual URL of the organization.Additional Info (device/browser, helpful links)
Chrome
69.0.3497.42on linuxrelated to #417
The text was updated successfully, but these errors were encountered: