Project

General

Profile

Actions

Feature #91672

open

Inform user if a redirect exists when creating a new page

Added by Uwe Trotzek almost 4 years ago. Updated 8 months ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Start date:
2020-06-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Given the following real life scenario:

root-page (/)
- parent (/parent)
  - child (/parent/child)

When an editor moves "child" one level up:

root-page (/)
- child (/child)
- parent (/parent)

a redirect /parent/child => /child will be created.

If another editor then creates a page with the exact same title as before and at the same location as before, like so:

root-page (/)
- child (/child)
- parent (/parent)
  - child (/parent/child)

the created page /parent/child will still be redirected to /child.

Expected:
The user should be informed that a redirect for the created slug already exists and if he wants to remove the redirect or adjust the slug. Or something like that.

Actions #1

Updated by Benni Mack over 3 years ago

  • Target version changed from 11.0 to Candidate for Major Version
Actions #2

Updated by Oliver Hader over 1 year ago

  • Status changed from New to Accepted
  • Sprint Focus set to On Location Sprint
Actions #3

Updated by Benni Mack 8 months ago

  • Sprint Focus deleted (On Location Sprint)
Actions

Also available in: Atom PDF