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
{{ message }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Summary
When a Category is created, a slug is generated; when it is renamed, the slug is not updated.
Expected Outcome
When renaming the a category, the slug should be regenerated based on the new name, and a redirect added to prevent breaking existing links.
What Actually Happened
The slug is left as is, and no longer has a connection to the Category name.
The text was updated successfully, but these errors were encountered: