Skip to content

Redirect not created when renaming a published node in Umbraco 13.11.0-rc #20615

@jason-delaplain

Description

@jason-delaplain

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

  1. Create and publish a content node (e.g., /test-page).
  2. Rename the node (e.g., to /renamed-page) and republish.
  3. Attempt to access the old URL (/test-page).
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions