-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
13.11.0-rc
Bug summary
Changing a published node's name does not automatically create a redirect to new named page. I tested this and it resulted in a 404, as well as an entry doesn't create in the Redirect URL Management section in Umbraco 13.11.0-rc.
Specifics
When changing the name of a published content node in Umbraco 13.11.0-rc, the expected behavior is that a redirect from the old URL to the new one is automatically created and visible in the Redirect URL Management section. However, this does not occur.
Steps to reproduce
- Create and publish a content node (e.g., /test-page).
- Rename the node (e.g., to /renamed-page) and republish.
- Attempt to access the old URL (/test-page).
- Check the Redirect URL Management dashboard.
Expected result / actual result
Expected result:
A 301 redirect should be created from /test-page to /renamed-page.
The redirect should appear in the Redirect URL Management section.
Actual result:
Visiting the old URL results in a 404.
No redirect entry is created in the Redirect URL Management section.