Bug #89326
openPrevent duplicate redirects in auto redirects
0%
Description
Case "Auto redirect": (>= v10.1)
An editor changes the slug of a page several times back and forth. A redirect is always created, no matter if it already exists.
Possible solution:
Optimal would be a hash value which is created from all 8 values.
Updated by Guido Schmechel about 5 years ago
- Related to Task #89325: Prevent duplicate redirects in backend module added
Updated by Guido Schmechel about 5 years ago
- Related to Task #89301: Streamline automatic slug & redirects handling added
Updated by Frank Nägler about 5 years ago
- Status changed from New to Accepted
- Assignee set to Frank Nägler
Updated by Richard Haeser about 4 years ago
I can add to this:
- Page with name 'page' and slug '/page'
- Change slug to '/page-with-new-slug'
- A redirect is created now
- If you now recalculate the slug, it will say '/page' again
- Accessing '/page' will give you a redirect loop in frontend
Updated by Rémy DANIEL over 1 year ago
Another usecase:
- create a page with the default title by dragging it for the top of the page tree
- change the title and regenerate the slug: a redirect for "/default-title" is created
- create another page with the default title
- change the title and regenerate the slug: another redirect for "/default-title" is created
There is two redirects for "/default-title" in sys_redirect.
Updated by Markus Klein about 1 year ago
- Related to Bug #92448: changing slug again after reverting an auto update causes wrong URLs on sub pages added
Updated by Markus Klein about 1 year ago
- Category changed from Site Handling, Site Sets & Routing to Link Handling & Redirect Handling