Project

General

Profile

Actions

Bug #92448

open

changing slug again after reverting an auto update causes wrong URLs on sub pages

Added by Claus-Peter Eberwein over 3 years ago. Updated 6 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Redirect Handling
Start date:
2020-09-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

  • after changing a slug with sub pages while 'autoUpdateSlugs' enabled the slugs of all sub pages are changed as well ✅

before:
/example
/example/page1
/example/page2

after:
/new_example
/new_example/page1
/new_example/page2

  • when I press 'Revert update' then the changes on the sub pages and the redirects are reverted ✅

before:
/new_example
/new_example/page1
/new_example/page2

after:
/new_example
/example/page1
/example/page2

  • when I change the slug of the same parent page again the slugs of all sub pages are changed but with a wrong URL ❌

before:
/new_example
/example/page1
/example/page2

after:
/another_example
/another_example//page1
/another_example//page2

  • So that is one slash too many and I would expect this result instead:

after:
/another_example
/another_example/page1
/another_example/page2


Related issues 3 (3 open0 closed)

Related to TYPO3 Core - Bug #92748: Infinite redirects (redirect loop) when updating slugsNew2020-11-02

Actions
Related to TYPO3 Core - Bug #89326: Prevent duplicate redirects in auto redirectsAcceptedFrank Nägler2019-10-01

Actions
Related to TYPO3 Core - Task #89301: Streamline automatic slug & redirects handlingAccepted2019-09-29

Actions
Actions #1

Updated by Oliver Hader over 1 year ago

  • Sprint Focus set to On Location Sprint
Actions #2

Updated by Benni Mack 9 months ago

  • Sprint Focus deleted (On Location Sprint)
Actions #3

Updated by Markus Klein 6 months ago

  • Category changed from Link Handling, Site Handling & Routing to Redirect Handling
Actions #4

Updated by Markus Klein 6 months ago

  • Related to Bug #92748: Infinite redirects (redirect loop) when updating slugs added
Actions #5

Updated by Markus Klein 6 months ago

  • Related to Bug #89326: Prevent duplicate redirects in auto redirects added
Actions #6

Updated by Markus Klein 6 months ago

  • Related to Task #89301: Streamline automatic slug & redirects handling added
Actions

Also available in: Atom PDF